Home | History | Annotate | Download | only in calc++

Lines Matching defs:yyleng

205 extern yy_size_t yyleng;
343 yy_size_t yyleng;
441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
442 yyleng = (size_t) (yy_cp - yy_bp); \
567 # define YY_USER_ACTION yylloc->columns (yyleng);
686 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
781 /* Code executed at the beginning of each rule, after yytext and yyleng
932 yylloc->lines (yyleng); yylloc->step ();
1849 yytext[yyleng] = (yy_hold_char); \
1853 yyleng = yyless_macro_arg; \
1893 return yyleng;