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

/freebsd-13-stable/contrib/flex/src/
H A Dnfa.c660 * mkxtion( statefrom, stateto );
662 * statefrom - the state from which the transition is to be made
666 void mkxtion (int statefrom, int stateto) argument
668 if (trans1[statefrom] == NO_TRANSITION)
669 trans1[statefrom] = stateto;
671 else if ((transchar[statefrom] != SYM_EPSILON) ||
672 (trans2[statefrom] != NO_TRANSITION))
677 trans2[statefrom] = stateto;

Completed in 66 milliseconds