Lines Matching refs:yyleng
165 extern int yyleng;
284 int yyleng;
370 yyleng = (size_t) (yy_cp - yy_bp); \
588 srcpos_update(&yylloc, yytext, yyleng); \
702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
772 /* Code executed at the beginning of each rule, after yytext and yyleng
882 yytext[yyleng-1] = '\0';
905 yyleng-2);
934 yylval.labelref[yyleng-1] = '\0';
960 yytext[yyleng-1] = '\0';
1813 yytext[yyleng] = (yy_hold_char); \
1817 yyleng = yyless_macro_arg; \
1853 return yyleng;