Home
last modified time | relevance | path

Searched refs:NSTATES (Results 1 – 9 of 9) sorted by relevance

/original-bsd/old/lex/
H A Dldefs.c42 # define NSTATES 300 macro
49 # define NSTATES 500 macro
H A Donce.c69 int nstates = NSTATES, maxpos = MAXPOS;
H A Dsub2.c290 error("Too many states %s",(nstates == NSTATES ? "\nTry using %n num":"")); in cgoto()
/original-bsd/old/yacc/
H A Dy1.c26 struct item *pstate[NSTATES+2]; /* pointers to the descriptions of the states */
27 int tystate[NSTATES]; /* contains type information about the states */
28 int indgo[NSTATES]; /* index to the stored goto table */
31 int mstates[ NSTATES ]; /* chain of overflows of term/nonterm generation lists */
171 fprintf( foutput, "%d/%d grammar rules, %d/%d states\n", nprod, NPROD, nstate, NSTATES ); in summary()
365 if(nstate+1 >= NSTATES) error("too many states" ); in state()
H A Ddextern23 # define NSTATES 750
36 # define NSTATES 600
76 TEMPSIZE >= NSTATES
H A Dy3.c9 int defact[NSTATES]; /* the default actions of states */
/original-bsd/usr.bin/grep/old.egrep/
H A Dold.egrep.y42 #define NSTATES 128 macro
44 char gotofn[NSTATES][NCHARS];
46 int state[NSTATES];
47 char out[NSTATES];
337 if (n >= NSTATES) overflo(); in cgotofn()
/original-bsd/old/awk/
H A Db.c20 #define NSTATES 256 macro
42 int *state[NSTATES];
313 struct fa *where[NSTATES]; in cgotofn()
466 if (n >= NSTATES) { in cgotofn()
/original-bsd/usr.sbin/sendmail/src/
H A Dparseaddr.c307 # define NSTATES 6 /* number of states */ macro
315 static short StateTab[NSTATES][NSTATES] =