/system/core/sh/ |
init.c | 168 #define BEGIN (yy_start) = 1 + 2 * 169 #undef YY_START 170 #define YY_START (((yy_start) - 1) / 2) 172 #define YYSTATE YY_START 460 #define BEGIN (yy_start) = 1 + 2 * 461 #undef YY_START 462 #define YY_START (((yy_start) - 1) / 2) 464 #define YYSTATE YY_START [all...] |
arith_lex.c | 116 #define BEGIN (yy_start) = 1 + 2 * 122 #define YY_START (((yy_start) - 1) / 2) 123 #define YYSTATE YY_START 272 static int yy_start = 0; /* start state number */ variable 688 if ( ! (yy_start) ) 689 (yy_start) = 1; /* first start state */ 718 yy_current_state = (yy_start); 1005 yy_act = YY_STATE_EOF(YY_START); 1185 yy_current_state = (yy_start); [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 143 #define BEGIN (yy_start) = 1 + 2 * 149 #define YY_START (((yy_start) - 1) / 2) 150 #define YYSTATE YY_START 311 static int yy_start = 0; /* start state number */ variable 779 if ( ! (yy_start) ) 780 (yy_start) = 1; /* first start state */ 809 yy_current_state = (yy_start); 1066 yy_act = YY_STATE_EOF(YY_START); [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-lex.l | 99 if (YY_START == 0 || YY_START == SKIP) {
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 99 if (YY_START == 0 || YY_START == SKIP) {
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 143 #define BEGIN yyg->yy_start = 1 + 2 * 149 #define YY_START ((yyg->yy_start - 1) / 2) 150 #define YYSTATE YY_START 662 int yy_start; member in struct:yyguts_t 890 if (YY_START == 0 || YY_START == SKIP) { 913 if ( ! yyg->yy_start ) 914 yyg->yy_start = 1; /* first start state */ 943 yy_current_state = yyg->yy_start; [all...] |
glsl_lexer.cc | 143 #define BEGIN yyg->yy_start = 1 + 2 * 149 #define YY_START ((yyg->yy_start - 1) / 2) 150 #define YYSTATE YY_START 1171 int yy_start; member in struct:yyguts_t [all...] |
lex.yy.c | 143 #define BEGIN yyg->yy_start = 1 + 2 * 149 #define YY_START ((yyg->yy_start - 1) / 2) 150 #define YYSTATE YY_START 1210 int yy_start; member in struct:yyguts_t [all...] |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 168 #define BEGIN (yy_start) = 1 + 2 * 174 #define YY_START (((yy_start) - 1) / 2) 175 #define YYSTATE YY_START 348 static int yy_start = 0; /* start state number */ variable 823 if ( ! (yy_start) ) 824 (yy_start) = 1; /* first start state */ 863 yy_current_state = (yy_start); 910 fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); 1071 yy_act = YY_STATE_EOF(YY_START); [all...] |
/external/bison/src/ |
scan-skel.c | 187 #define BEGIN (yy_start) = 1 + 2 * 193 #define YY_START (((yy_start) - 1) / 2) 194 #define YYSTATE YY_START 367 static int yy_start = 0; /* start state number */ variable 920 if ( ! (yy_start) ) 921 (yy_start) = 1; /* first start state */ 960 yy_current_state = (yy_start); 1007 fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); [all...] |
scan-gram.l | 154 context_state = YY_START; 289 bracketed_id_context_state = YY_START; 323 bracketed_id_context_state = YY_START; 609 context_state = YY_START; 615 context_state = YY_START; 621 context_state = YY_START; 627 context_state = YY_START;
|
scan-gram.c | 187 #define BEGIN (yy_start) = 1 + 2 * 193 #define YY_START (((yy_start) - 1) / 2) 194 #define YYSTATE YY_START 367 static int yy_start = 0; /* start state number */ variable [all...] |
scan-code.c | 187 #define BEGIN (yy_start) = 1 + 2 * 193 #define YY_START (((yy_start) - 1) / 2) 194 #define YYSTATE YY_START 367 static int yy_start = 0; /* start state number */ variable 1027 if ( ! (yy_start) ) 1028 (yy_start) = 1; /* first start state */ 1067 yy_current_state = (yy_start); 1114 fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Tokenizer.cpp | 152 #define BEGIN yyg->yy_start = 1 + 2 * 158 #define YY_START ((yyg->yy_start - 1) / 2) 159 #define YYSTATE YY_START 587 int yy_start; member in struct:yyguts_t 807 if ( ! yyg->yy_start ) 808 yyg->yy_start = 1; /* first start state */ 837 yy_current_state = yyg->yy_start; 1144 if (YY_START == COMMENT) [all...] |
64bit-tokenizer-safety.patch | 72 int yy_start;
|
Tokenizer.l | 257 if (YY_START == COMMENT)
|
/prebuilts/misc/linux-x86/flex/ |
flex-2.5.4a | |
/external/chromium_org/third_party/angle/src/compiler/ |
64bit-lexer-safety.patch | 81 int yy_start;
|
glslang_lex.cpp | 164 #define BEGIN yyg->yy_start = 1 + 2 * 170 #define YY_START ((yyg->yy_start - 1) / 2) 171 #define YYSTATE YY_START 829 int yy_start; member in struct:yyguts_t [all...] |
/external/elfutils/src/ |
ldlex.c | 144 #define BEGIN (yy_start) = 1 + 2 * 150 #define YY_START (((yy_start) - 1) / 2) 151 #define YYSTATE YY_START 312 static int yy_start = 0; /* start state number */ variable [all...] |
/external/ipsec-tools/src/racoon/ |
cftoken.l | 84 "begin <%d>%s\n", yy_start, yytext); 87 yy_start, loglevel >= LLV_DEBUG2 ? "\n" : ""); \
|
/external/libpcap/ |
scanner.c | 115 #define BEGIN (yy_start) = 1 + 2 * 121 #define YY_START (((yy_start) - 1) / 2) 122 #define YYSTATE YY_START 271 static int yy_start = 0; /* start state number */ variable [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
handlebars-1.0.0.beta.6.js | 417 lexer.performAction = function anonymous(yy,yy_,$avoiding_name_collisions,YY_START) { 419 var YYSTATE=YY_START [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |