Lines Matching refs:yyleng
607 integer yyleng. The action corresponding to the matched pat-
740 Actions are free to modify yyleng except they should not do
755 the Input is Matched", and yytext and yyleng set up
828 on the value of yyleng correctly reflecting the size of the
829 current token, so you must not modify yyleng if you are
837 yytext and yyleng are adjusted appropriately (e.g.,
838 yyleng will now be equal to n ). For example, on the
879 for ( i = yyleng - 1; i >= 0; --i )
1863 - int yyleng holds the length of the current token.
2333 yyleng
2925 the equivalent of yyleng.
3519 Use of unput() invalidates yytext and yyleng, unless the