Home
last modified time | relevance | path

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

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