Searched refs:comstate (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | tblcmp.c | 84 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument 122 if (protcomst[i] == comstate) { in bldtbl() 137 comstate = 0; in bldtbl() 181 comstate); in bldtbl() 184 mkprot (state, statenum, comstate); in bldtbl() 200 mkprot (state, statenum, comstate); in bldtbl() 641 void mkprot (int state[], int statenum, int comstate) in mkprot() argument 664 protcomst[slot] = comstate; in mkprot() 678 void mktemplate (int state[], int statenum, int comstate) in mktemplate() argument 711 tnxt[tmpbase + i] = comstate; in mktemplate() [all …]
|
| H A D | dfa.c | 378 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 751 comstate = 0; in ntod() 756 comstate = targstate[i]; in ntod() 759 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|