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

/openbsd-current/games/fortune/strfile/
H A Dstrfile.c98 long Num_pts = 0; /* number of pointers/strings */ variable
184 ALLOC(Firstch, Num_pts);
185 fp = &Firstch[Num_pts - 1];
190 fp->pos = Seekpts[Num_pts - 1];
200 Tbl.str_numstr = Num_pts - 1;
239 for (p = Seekpts, cnt = Num_pts; cnt--; ++p) {
325 ALLOC(Seekpts, Num_pts + 1);
326 Seekpts[Num_pts] = off;
328 Num_pts++;

Completed in 56 milliseconds