Searched refs:yyleng (Results 1 – 3 of 3) sorted by relevance
270 num_chars+=yyleng;276 num_chars+=yyleng;291 num_chars+=yyleng;299 num_chars+=yyleng;303 num_chars+=yyleng;307 num_chars+=yyleng;311 num_chars+=yyleng;315 num_chars+=yyleng;317 \\\| { num_chars+=yyleng;}318 \\~ {num_chars+=yyleng; eventHandler.addCharU(0xa0);}[all …]
107 extern int yyleng;232 int yyleng;295 %% code to fiddle yytext and yyleng for yymore() goes here386 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )388 #define ECHO LexerOutput( yytext, yyleng )436 /* Code executed at the beginning of each rule, after yytext and yyleng1455 yytext[yyleng] = yy_hold_char; \1459 yyleng = n; \
40 int YYLeng() { return yyleng; } in YYLeng()48 int yyleng; member in writerfilter::rtftok::RTFScanner