Lines Matching full:yyless
760 - `yyless(n)' returns all but the first N characters of the current
768 foobar ECHO; yyless(3);
771 An argument of 0 to `yyless' will cause the entire current input
776 Note that `yyless' is a macro and can only be used in the flex
2083 `yyless()' is a quite-cheap macro; so if just putting back some excess
2084 text you scanned, use `yyless()'.