HomeSort by: relevance | last modified time | path
    Searched refs:comstate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/flex/dist/src/
tblcmp.c 52 * int state[numecs], statenum, totaltrans, comstate, comfreq;
53 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
57 * totaltrans is the total number of transitions out of the state. Comstate
59 * Comfreq is how many transitions there are out of State to Comstate.
84 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq)
110 * protos which have the same "comstate" value.
120 /* Find first proto which has the same "comstate". */
122 if (protcomst[i] == comstate) {
133 * frequency, we set the "comstate" to zero, assuring
137 comstate = 0
    [all...]
dfa.c 378 int targptr, totaltrans, i, comstate, comfreq, targ; local
751 comstate = 0;
756 comstate = targstate[i];
759 bldtbl (state, ds, totaltrans, comstate, comfreq);

Completed in 69 milliseconds