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

/freebsd-10.0-release/contrib/flex/
H A Dtblcmp.c496 * marking transitions to "SAME_TRANS" are treated as though they will be
521 if (state[minec] != SAME_TRANS)
535 if (state[maxec] != SAME_TRANS)
565 if (state[i] != SAME_TRANS &&
601 if (state[i] != SAME_TRANS)
830 * as transitions to "SAME_TRANS" in "ext". The total number of differences
832 * number is "numecs" minus the number of "SAME_TRANS" entries in "ext".
845 *++ep = SAME_TRANS;
H A Dflexdef.h273 #define SAME_TRANS -1 /* transition is the same as "default" entry for state */ macro

Completed in 116 milliseconds