Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dtblcmp.c111 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 )
[all …]
Dmain.c81 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE]; variable
839 firstprot = NIL;
Dflexdef.h527 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];