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

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c119 for ( i = firstprot; i != NIL; i = protnext[i] )
158 for ( i = minprot; i != NIL; i = protnext[i] )
686 protnext[lastprot] = NIL;
692 protnext[slot] = firstprot;
774 protnext[protprev[qelm]] = protnext[qelm];
776 if ( protnext[qelm] != NIL )
777 protprev[protnext[qelm]] = protprev[qelm];
780 protnext[qelm] = firstprot;
H A Dflexdef.h519 * protnext - forward link to a less-recently used proto
527 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dmain.c82 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable

Completed in 86 milliseconds