Lines Matching refs:comstate
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()
717 mkprot (tnxt + tmpbase, -numtemps, comstate); in mktemplate()