Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/lex/
Dtblcmp.c771 void mv2front( qelm ) in mv2front() argument
772 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 …]