Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c116 minprot = firstprot; in bldtbl()
121 for (i = firstprot; i != NIL; i = protnext[i]) in bldtbl()
139 if (firstprot != NIL) { in bldtbl()
140 minprot = firstprot; in bldtbl()
657 protnext[slot] = firstprot; in mkprot()
659 if (firstprot != NIL) in mkprot()
660 protprev[firstprot] = slot; in mkprot()
662 firstprot = slot; in mkprot()
723 numdiff = tbldiff (state, firstprot, tmp); in mktemplate()
732 if (firstprot != qelm) { in mv2front()
[all …]
H A Dmain.c84 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE]; variable
1457 firstprot = NIL; in flexinit()
H A Dflexdef.h517 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];