Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dtblcmp.c113 minprot = firstprot; in bldtbl()
118 for (i = firstprot; i != NIL; i = protnext[i]) in bldtbl()
136 if (firstprot != NIL) { in bldtbl()
137 minprot = firstprot; in bldtbl()
654 protnext[slot] = firstprot; in mkprot()
656 if (firstprot != NIL) in mkprot()
657 protprev[firstprot] = slot; in mkprot()
659 firstprot = slot; in mkprot()
720 numdiff = tbldiff (state, firstprot, tmp); in mktemplate()
729 if (firstprot != qelm) { in mv2front()
[all …]
H A Dmain.c81 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE]; variable
1454 firstprot = NIL; in flexinit()
H A Dflexdef.h508 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];