Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/flex/src/
H A Dtblcmp.c113 minprot = firstprot; 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()
729 if (firstprot != qelm) { in mv2front()
739 protnext[qelm] = firstprot; in mv2front()
740 protprev[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];