Home
last modified time | relevance | path

Searched refs:MAXPOS (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dldefs.h86 #define MAXPOS 1500 macro
94 #define MAXPOS 2500 macro
H A Donce.h83 int nstates = NSTATES, maxpos = MAXPOS;
H A Dsub2.c165 (maxpos == MAXPOS ? "\nTry using %p num" : "")); in add()
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y70 #define MAXPOS 4000 macro
605 maxpos += MAXPOS + count; in add()
762 if((positions = (int *)malloc(MAXPOS*sizeof(int))) == (int *)0) in main()
767 maxpos = MAXPOS; in main()