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