Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:firstprot

111 		minprot = firstprot;
117 for ( i = firstprot; i != NIL; i = protnext[i] )
137 if ( firstprot != NIL )
139 minprot = firstprot;
690 protnext[slot] = firstprot;
692 if ( firstprot != NIL )
693 protprev[firstprot] = slot;
695 firstprot = slot;
757 numdiff = tbldiff( state, firstprot, tmp );
767 if ( firstprot != qelm )
778 protnext[qelm] = firstprot;
779 protprev[firstprot] = qelm;
780 firstprot = qelm;