Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c730 void mv2front (int qelm) in mv2front() argument
732 if (firstprot != qelm) { in mv2front()
733 if (qelm == lastprot) in mv2front()
736 protnext[protprev[qelm]] = protnext[qelm]; in mv2front()
738 if (protnext[qelm] != NIL) in mv2front()
739 protprev[protnext[qelm]] = protprev[qelm]; in mv2front()
741 protprev[qelm] = NIL; in mv2front()
742 protnext[qelm] = firstprot; in mv2front()
743 protprev[firstprot] = qelm; in mv2front()
744 firstprot = qelm; in mv2front()