Searched refs:comstate (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dtblcmp.c51 * int state[numecs], statenum, totaltrans, comstate, comfreq;
52 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
84 bldtbl(state, statenum, totaltrans, comstate, comfreq)
85 int state[], statenum, totaltrans, comstate, comfreq;
114 * protos which have the same "comstate" value.
124 /* Find first proto which has the same "comstate". */
126 if (protcomst[i] == comstate) {
136 * high enough frequency, we set the "comstate" to
141 comstate = 0;
188 comstate);
[all...]
H A Ddfa.c389 int targptr, totaltrans, i, comstate, comfreq, targ; local
769 comstate = 0;
774 comstate = targstate[i];
777 bldtbl (state, ds, totaltrans, comstate, comfreq);

Completed in 124 milliseconds