Lines Matching full:yyless
834 - yyless(n) returns all but the first n characters of the
843 foobar ECHO; yyless(3);
846 An argument of 0 to yyless will cause the entire
866 Note that yyless is a macro and can only be used in the flex
2556 of work, while yyless() is a quite-cheap macro; so if just
2557 putting back some excess text you scanned, use yyless().