Home
last modified time | relevance | path

Searched refs:protprev (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/flex/src/
H A Dtblcmp.c647 lastprot = protprev[lastprot]; in mkprot()
657 protprev[firstprot] = slot; in mkprot()
731 lastprot = protprev[lastprot]; in mv2front()
733 protnext[protprev[qelm]] = protnext[qelm]; in mv2front()
736 protprev[protnext[qelm]] = protprev[qelm]; in mv2front()
738 protprev[qelm] = NIL; in mv2front()
740 protprev[firstprot] = qelm; in mv2front()
H A Dflexdef.h507 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dmain.c80 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable