/external/bison/src/ |
flex-scanner.h | 48 yyleng etc. when a prefix is given, since there is no longer a 51 #ifndef yyleng 52 # define yyleng FLEX_PREFIX (leng) macro 80 obstack_grow (&obstack_for_string, yytext, yyleng)
|
scan-skel.c | 21 #define yyleng skel_leng macro [all...] |
scan-code.c | 21 #define yyleng code_leng macro [all...] |
scan-gram.c | 21 #define yyleng gram_leng macro [all...] |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 205 extern yy_size_t yyleng; 343 yy_size_t yyleng; variable 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 (); [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_lex.cpp | 154 #define yyleng yyg->yyleng_r macro 214 for ( yyl = n; yyl < yyleng; ++yyl )\ 382 yyleng = (yy_size_t) (yy_cp - yy_bp); \ [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Tokenizer.cpp | 142 #define yyleng yyg->yyleng_r macro 357 yyleng = (yy_size_t) (yy_cp - yy_bp); \ 559 scanLoc->cIndex += yyleng; \ 697 #define ECHO fwrite( yytext, yyleng, 1, yyout ) 769 /* Code executed at the beginning of each rule, after yytext and yyleng 918 yylval->assign(yytext, yyleng); 925 yylval->assign(yytext, yyleng); 932 yylval->assign(yytext, yyleng); 941 yylval->assign(yytext, yyleng); 948 yylval->assign(yytext, yyleng); [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 133 #define yyleng yyg->yyleng_r macro 356 yyleng = (size_t) (yy_cp - yy_bp); \ 616 yycolumn += yyleng; \ 785 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) 857 /* Code executed at the beginning of each rule, after yytext and yyleng 870 if ( yyleng > 0 ) \ 872 (yytext[yyleng - 1] == '\n'); \ [all...] |
glsl_lexer.cc | 133 #define yyleng yyg->yyleng_r macro 356 yyleng = (size_t) (yy_cp - yy_bp); \ [all...] |
lex.yy.c | 133 #define yyleng yyg->yyleng_r macro 356 yyleng = (size_t) (yy_cp - yy_bp); \ [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 16 #define yyleng i386_leng macro [all...] |
/external/elfutils/src/ |
ldlex.c | 17 #define yyleng ldleng macro [all...] |
/system/core/sh/ |
arith_lex.c | 143 extern int yyleng; 267 int yyleng; variable 353 yyleng = (size_t) (yy_cp - yy_bp); \ 583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) 653 /* Code executed at the beginning of each rule, after yytext and yyleng [all...] |