Lines Matching refs:firstprot
113 minprot = firstprot; in bldtbl()
118 for (i = firstprot; i != NIL; i = protnext[i]) in bldtbl()
136 if (firstprot != NIL) { in bldtbl()
137 minprot = firstprot; in bldtbl()
654 protnext[slot] = firstprot; in mkprot()
656 if (firstprot != NIL) in mkprot()
657 protprev[firstprot] = slot; in mkprot()
659 firstprot = slot; in mkprot()
720 numdiff = tbldiff (state, firstprot, tmp); in mktemplate()
729 if (firstprot != qelm) { in mv2front()
739 protnext[qelm] = firstprot; in mv2front()
740 protprev[firstprot] = qelm; in mv2front()
741 firstprot = qelm; in mv2front()