Lines Matching defs:comstate
51 * int state[numecs], statenum, totaltrans, comstate, comfreq;
52 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
84 bldtbl(int state[], int statenum, int totaltrans, int comstate, int comfreq)
113 * protos which have the same "comstate" value.
123 /* Find first proto which has the same "comstate". */
125 if (protcomst[i] == comstate) {
135 * high enough frequency, we set the "comstate" to
140 comstate = 0;
187 comstate);
190 mkprot(state, statenum, comstate);
205 mkprot(state, statenum, comstate);
661 mkprot(int state[], int statenum, int comstate)
683 protcomst[slot] = comstate;
698 mktemplate(int state[], int statenum, int comstate)
730 tnxt[tmpbase + i] = comstate;
736 mkprot(tnxt + tmpbase, -numtemps, comstate);