Searched refs:comstate (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/lex/ |
| D | tblcmp.c | 84 bldtbl(int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument 125 if (protcomst[i] == comstate) { in bldtbl() 140 comstate = 0; in bldtbl() 187 comstate); in bldtbl() 190 mkprot(state, statenum, comstate); in bldtbl() 205 mkprot(state, statenum, comstate); in bldtbl() 661 mkprot(int state[], int statenum, int comstate) in mkprot() argument 683 protcomst[slot] = comstate; in mkprot() 698 mktemplate(int state[], int statenum, int comstate) in mktemplate() argument 730 tnxt[tmpbase + i] = comstate; in mktemplate() [all …]
|
| D | dfa.c | 381 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 761 comstate = 0; in ntod() 766 comstate = targstate[i]; in ntod() 769 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|