Searched refs:qelm (Results 1 – 1 of 1) sorted by relevance
771 void mv2front( qelm ) in mv2front() argument772 int qelm; in mv2front()774 if ( firstprot != qelm )776 if ( qelm == lastprot )779 protnext[protprev[qelm]] = protnext[qelm];781 if ( protnext[qelm] != NIL )782 protprev[protnext[qelm]] = protprev[qelm];784 protprev[qelm] = NIL;785 protnext[qelm] = firstprot;786 protprev[firstprot] = qelm;[all …]