Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Donce.h83 int nstates = NSTATES, maxpos = MAXPOS; variable
H A Dldefs.h236 extern int nstates, maxpos;
H A Dparser.y370 maxpos = siconv(p);
371 if (maxpos<=0)error("illegal position number");
373 if (debug) (void) printf("positions (%%p) now %d\n",maxpos);
H A Dmain.c308 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
H A Dheader.c374 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
H A Dsub2.c162 if (nxtpos >= positions+maxpos) in add()
165 (maxpos == MAXPOS ? "\nTry using %p num" : "")); in add()
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y88 int maxlin, maxclin, maxwclin, maxpos; variable
604 if (nxtpos + count >= maxpos) { in add()
605 maxpos += MAXPOS + count; in add()
606 if((positions = (int *)realloc(positions, maxpos *sizeof(int))) == (int *)0) in add()
767 maxpos = MAXPOS; in main()