Home
last modified time | relevance | path

Searched refs:protnext (Results 1 – 9 of 9) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dtblcmp.c122 for (i = firstprot; i != NIL; i = protnext[i])
158 for (i = minprot; i != NIL; i = protnext[i]) {
659 protnext[lastprot] = NIL;
665 protnext[slot] = firstprot;
745 protnext[protprev[qelm]] = protnext[qelm];
747 if (protnext[qelm] != NIL)
748 protprev[protnext[qelm]] = protprev[qelm];
751 protnext[qelm] = firstprot;
H A Dflexdef.h550 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dmain.c83 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable
/dports/textproc/reflex/reflex-20210808/
H A Dtblcmp.c110 for (i = firstprot; i != NIL; i = protnext[i]) in bldtbl()
145 for (i = minprot; i != NIL; i = protnext[i]) { in bldtbl()
632 protnext[lastprot] = NIL; in mkprot()
638 protnext[slot] = firstprot; in mkprot()
715 protnext[protprev[qelm]] = protnext[qelm]; in mv2front()
717 if (protnext[qelm] != NIL) in mv2front()
718 protprev[protnext[qelm]] = protprev[qelm]; in mv2front()
721 protnext[qelm] = firstprot; in mv2front()
H A Dflexdef.h545 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dmain.c86 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable
/dports/textproc/flex/flex-2.6.4/src/
H A Dtblcmp.c118 for (i = firstprot; i != NIL; i = protnext[i]) in bldtbl()
154 for (i = minprot; i != NIL; i = protnext[i]) { in bldtbl()
648 protnext[lastprot] = NIL; in mkprot()
654 protnext[slot] = firstprot; in mkprot()
733 protnext[protprev[qelm]] = protnext[qelm]; in mv2front()
735 if (protnext[qelm] != NIL) in mv2front()
736 protprev[protnext[qelm]] = protprev[qelm]; in mv2front()
739 protnext[qelm] = firstprot; in mv2front()
H A Dflexdef.h505 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
H A Dmain.c80 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable