Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h81 int nstates = NSTATES, maxpos = MAXPOS; variable
H A Dldefs.h234 extern int nstates, maxpos;
H A Dparser.y369 maxpos = siconv(p);
370 if (maxpos<=0)error("illegal position number");
372 if (debug) (void) printf("positions (%%p) now %d\n",maxpos);
H A Dmain.c308 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
H A Dheader.c370 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
H A Dsub2.c160 if (nxtpos >= positions+maxpos) in add()
163 (maxpos == MAXPOS ? "\nTry using %p num" : "")); in add()