Searched refs:comstate (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | tblcmp.c | 81 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument 119 if (protcomst[i] == comstate) { in bldtbl() 134 comstate = 0; in bldtbl() 178 comstate); in bldtbl() 181 mkprot (state, statenum, comstate); in bldtbl() 197 mkprot (state, statenum, comstate); in bldtbl() 638 void mkprot (int state[], int statenum, int comstate) in mkprot() argument 661 protcomst[slot] = comstate; in mkprot() 675 void mktemplate (int state[], int statenum, int comstate) in mktemplate() argument 708 tnxt[tmpbase + i] = comstate; in mktemplate() [all …]
|
H A D | dfa.c | 377 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 750 comstate = 0; in ntod() 755 comstate = targstate[i]; in ntod() 758 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|