Lines Matching refs:REJECT
699 - `REJECT' directs the scanner to proceed on to the "second best"
711 frob special(); REJECT;
714 Without the `REJECT', any "frob"'s in the input would not be
716 action per token. Multiple `REJECT's' are allowed, each one
725 abcd ECHO; REJECT;
729 the special '|' action.) `REJECT' is a particularly expensive
732 matching. Furthermore, `REJECT' cannot be used with the `-Cf' or
735 Note also that unlike the other special actions, `REJECT' is a
1668 Note that the use of `REJECT', `%option yylineno' and variable
2015 `REJECT' or `yymore()' features. The `reject' and `yymore' options are
2068 REJECT
2086 `REJECT' should be avoided at all costs when performance is
2180 `REJECT' (i.e., substantial). So when possible a rule like:
2707 Using `REJECT' in a scanner suppresses this warning.
2718 scanner uses `REJECT' or `yymore()' but that `flex' failed to
2749 `input buffer overflow, can't enlarge buffer because scanner uses REJECT'
2752 scanners that use `REJECT'.
2837 does not use `REJECT', and somewhat greater than the number of states
2840 `REJECT' cannot be used with the `-f' or `-F' options.