Searched refs:maxpos (Results 1 – 6 of 6) sorted by relevance
82 int nstates = NSTATES, maxpos = MAXPOS; variable
234 extern int nstates, maxpos;
346 maxpos = siconv(p);347 if (maxpos<=0)error("illegal position number");349 if (debug) (void) printf("positions (%%p) now %d\n",maxpos);
317 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
370 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
160 if (nxtpos >= positions+maxpos) in add()163 (maxpos == MAXPOS ? "\nTry using %p num" : "")); in add()