Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c650 lastprot = protprev[lastprot]; in mkprot()
660 protprev[firstprot] = slot; in mkprot()
734 lastprot = protprev[lastprot]; in mv2front()
736 protnext[protprev[qelm]] = protnext[qelm]; in mv2front()
739 protprev[protnext[qelm]] = protprev[qelm]; in mv2front()
741 protprev[qelm] = NIL; in mv2front()
743 protprev[firstprot] = qelm; in mv2front()
H A Dflexdef.h516 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dmain.c83 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable