Searched refs:qelm (Results 1 – 1 of 1) sorted by relevance
730 void mv2front (int qelm) in mv2front() argument732 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()