Home
last modified time | relevance | path

Searched refs:Num_pts (Results 1 – 1 of 1) sorted by relevance

/src/usr.bin/fortune/strfile/
H A Dstrfile.c99 static uint32_t Num_pts = 0; /* number of pointers/strings */ variable
184 ALLOC(Firstch, Num_pts); in main()
185 fp = &Firstch[Num_pts - 1]; in main()
190 fp->pos = Seekpts[Num_pts - 1]; in main()
200 Tbl.str_numstr = Num_pts - 1; in main()
215 if (Num_pts == 2) in main()
218 printf("There were %u strings\n", Num_pts - 1); in main()
233 for (p = Seekpts, cnt = Num_pts; cnt--; ++p) in main()
235 fwrite(Seekpts, sizeof(*Seekpts), (size_t)Num_pts, outf); in main()
328 ALLOC(Seekpts, Num_pts + 1); in add_offset()
[all …]