Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/flex/
H A Dtblcmp.c114 minprot = firstprot;
137 if (firstprot != NIL) {
138 minprot = firstprot;
662 protnext[slot] = firstprot;
664 if (firstprot != NIL)
665 protprev[firstprot] = slot;
667 firstprot = slot;
738 if (firstprot != qelm) {
748 protnext[qelm] = firstprot;
749 protprev[firstprot] = qelm;
[all …]
H A Dmain.c80 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE]; variable
1444 firstprot = NIL;
H A Dflexdef.h551 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];