Searched refs:maxpos (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | once.h | 83 int nstates = NSTATES, maxpos = MAXPOS; variable
|
H A D | ldefs.h | 236 extern int nstates, maxpos;
|
H A D | parser.y | 370 maxpos = siconv(p); 371 if (maxpos<=0)error("illegal position number"); 373 if (debug) (void) printf("positions (%%p) now %d\n",maxpos);
|
H A D | main.c | 308 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
|
H A D | header.c | 374 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
|
H A D | sub2.c | 162 if (nxtpos >= positions+maxpos) in add() 165 (maxpos == MAXPOS ? "\nTry using %p num" : "")); in add()
|
/titanic_41/usr/src/cmd/egrep/ |
H A D | egrep.y | 88 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()
|