Lines Matching refs:yyleng
170 extern yy_size_t yyleng;
285 yy_size_t yyleng;
371 yyleng = (size_t) (yy_cp - yy_bp); \
646 srcpos_update(&yylloc, yytext, yyleng); \
760 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
830 /* Code executed at the beginning of each rule, after yytext and yyleng
843 if ( yyleng > 0 ) \
845 (yytext[yyleng - 1] == '\n'); \
945 yytext[yyleng-1] = '\0';
992 yyleng-2);
1050 yylval.labelref[yyleng-1] = '\0';
1084 d = data_copy_escape_string(yytext+1, yyleng-2);
1114 yytext[yyleng-1] = '\0';
2012 yytext[yyleng] = (yy_hold_char); \
2016 yyleng = yyless_macro_arg; \
2052 return yyleng;