Lines Matching full:yymore
689 the action also includes use of `yymore()' (see below).
739 - `yymore()' tells the scanner that the next time it matches a rule,
746 mega- ECHO; yymore();
754 Two notes regarding use of `yymore()'. First, `yymore()' depends on
756 token, so you must not modify `yyleng' if you are using `yymore()'.
757 Second, the presence of `yymore()' in the scanner's action entails a
1670 entails a substantial performance penalty; use of `yymore()', the
2015 `REJECT' or `yymore()' features. The `reject' and `yymore' options are
2078 yymore()
2718 scanner uses `REJECT' or `yymore()' but that `flex' failed to
2722 Use `%option reject' or `%option yymore' to indicate to flex that