Searched refs:comstate (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | tblcmp.c | 78 void bldtbl( state, statenum, totaltrans, comstate, comfreq ) in bldtbl() argument 79 int state[], statenum, totaltrans, comstate, comfreq; in bldtbl() 118 if ( protcomst[i] == comstate ) 135 comstate = 0; 181 mktemplate( state, statenum, comstate ); 185 mkprot( state, statenum, comstate ); 202 mkprot( state, statenum, comstate ); 672 void mkprot( state, statenum, comstate ) in mkprot() argument 673 int state[], statenum, comstate; in mkprot() 697 protcomst[slot] = comstate; [all …]
|
D | dfa.c | 401 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 745 comstate = 0; in ntod() 751 comstate = targstate[i]; in ntod() 754 bldtbl( state, ds, totaltrans, comstate, comfreq ); in ntod()
|