Searched refs:qelm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dtblcmp.c727 void mv2front (int qelm) argument
729 if (firstprot != qelm) {
730 if (qelm == lastprot)
733 protnext[protprev[qelm]] = protnext[qelm];
735 if (protnext[qelm] != NIL)
736 protprev[protnext[qelm]] = protprev[qelm];
738 protprev[qelm] = NIL;
739 protnext[qelm]
[all...]

Completed in 59 milliseconds