Lines Matching refs:comstate
46 * int state[numecs], statenum, totaltrans, comstate, comfreq;
47 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
51 * totaltrans is the total number of transitions out of the state. Comstate
53 * Comfreq is how many transitions there are out of State to Comstate.
78 void bldtbl( state, statenum, totaltrans, comstate, comfreq )
79 int state[], statenum, totaltrans, comstate, comfreq;
106 * protos which have the same "comstate" value.
116 /* Find first proto which has the same "comstate". */
118 if ( protcomst[i] == comstate )
131 * frequency, we set the "comstate" to zero, assuring
135 comstate = 0;
181 mktemplate( state, statenum, comstate );
185 mkprot( state, statenum, comstate );
202 mkprot( state, statenum, comstate );
672 void mkprot( state, statenum, comstate )
673 int state[], statenum, comstate;
697 protcomst[slot] = comstate;
711 void mktemplate( state, statenum, comstate )
712 int state[], statenum, comstate;
745 tnxt[tmpbase + i] = comstate;
751 mkprot( tnxt + tmpbase, -numtemps, comstate );