Searched refs:firstprot (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dtblcmp.c114 minprot = firstprot;
119 for (i = firstprot; i != NIL; i = protnext[i])
137 if (firstprot != NIL) {
138 minprot = firstprot;
662 protnext[slot] = firstprot;
664 if (firstprot != NIL)
665 protprev[firstprot] = slot;
667 firstprot = slot;
728 numdiff = tbldiff (state, firstprot, tmp);
738 if (firstprot !
[all...]
H A Dmain.c81 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
1445 firstprot = NIL;
80 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE]; variable
H A Dflexdef.h545 * firstprot - number of the most recently used proto
551 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];

Completed in 109 milliseconds