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

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c512 * marking transitions to "SAME_TRANS" are treated as though they will be
539 if ( state[minec] != SAME_TRANS )
555 if ( state[maxec] != SAME_TRANS )
588 if ( state[i] != SAME_TRANS &&
627 if ( state[i] != SAME_TRANS )
864 * as transitions to "SAME_TRANS" in "ext". The total number of differences
866 * number is "numecs" minus the number of "SAME_TRANS" entries in "ext".
880 *++ep = SAME_TRANS;
H A Dflexdef.h238 #define SAME_TRANS -1 /* transition is the same as "default" entry for state */ macro

Completed in 101 milliseconds