Searched refs:qelm (Results 1 – 1 of 1) sorted by relevance
764 void mv2front( qelm ) in mv2front() argument765 int qelm; in mv2front()767 if ( firstprot != qelm )769 if ( qelm == lastprot )772 protnext[protprev[qelm]] = protnext[qelm];774 if ( protnext[qelm] != NIL )775 protprev[protnext[qelm]] = protprev[qelm];777 protprev[qelm] = NIL;778 protnext[qelm] = firstprot;779 protprev[firstprot] = qelm;[all …]