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

/freebsd-10.2-release/games/fortune/strfile/
H A Dstrfile.c113 static uint32_t Num_pts = 0; /* number of pointers/strings */ variable
198 ALLOC(Firstch, Num_pts);
199 fp = &Firstch[Num_pts - 1];
204 fp->pos = Seekpts[Num_pts - 1];
214 Tbl.str_numstr = Num_pts - 1;
229 if (Num_pts == 2)
232 printf("There were %u strings\n", Num_pts - 1);
247 for (p = Seekpts, cnt = Num_pts; cnt--; ++p)
249 fwrite(Seekpts, sizeof(*Seekpts), (size_t)Num_pts, outf);
332 ALLOC(Seekpts, Num_pts
[all...]

Completed in 94 milliseconds