Lines Matching refs:yyleng
590 `yytext', and its length in the global integer `yyleng'. The ACTION
688 Actions are free to modify `yyleng' except they should not do so if
702 `yytext' and `yyleng' set up appropriately. It may either be one
755 the value of `yyleng' correctly reflecting the size of the current
756 token, so you must not modify `yyleng' if you are using `yymore()'.
762 the scanner looks for the next match. `yytext' and `yyleng' are
763 adjusted appropriately (e.g., `yyleng' will now be equal to N ).
789 for ( i = yyleng - 1; i >= 0; --i )
1542 - `int yyleng' holds the length of the current token.
1909 yyleng
2358 equivalent of `yyleng'.
2820 Use of `unput()' invalidates yytext and yyleng, unless the `%array'