Home
last modified time | relevance | path

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

/trueos/contrib/flex/
HDtblcmp.c735 void mv2front (qelm) in mv2front() argument
736 int qelm; in mv2front()
738 if (firstprot != qelm) {
739 if (qelm == lastprot)
742 protnext[protprev[qelm]] = protnext[qelm];
744 if (protnext[qelm] != NIL)
745 protprev[protnext[qelm]] = protprev[qelm];
747 protprev[qelm] = NIL;
748 protnext[qelm] = firstprot;
749 protprev[firstprot] = qelm;
[all …]