Searched defs:yy_start (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
H A DFlexLexer.h158 int yy_start; // start state number member in class:yyFlexLexer
H A Dinitscan.c80 #define BEGIN yy_start = 1 + 2 *
86 #define YY_START ((yy_start - 1) / 2)
222 static int yy_start = 0; /* start state number */ variable
1507 if ( ! yy_start )
1508 yy_start = 1; /* first start state */
1535 yy_current_state = yy_start;
3027 yy_current_state = yy_start;
/external/webkit/Source/WebCore/css/
H A DCSSParser.h316 int yy_start; member in class:WebCore::CSSParser
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c133 #define BEGIN yy_start = 1 + 2 *
1255 static int yy_start = 0; /* start state number */ variable
1298 if ( ! yy_start )
1299 yy_start = 1; /* first start state */
1329 yy_current_state = yy_start;
2184 yy_act = YY_STATE_EOF((yy_start - 1) / 2);
2329 yy_current_state = yy_start;
/external/bison/src/
H A Dscan-skel.c150 #define BEGIN (yy_start) = 1 + 2 *
156 #define YY_START (((yy_start) - 1) / 2)
331 static int yy_start = 0; /* start state number */ variable
860 if ( ! (yy_start) )
861 (yy_start) = 1; /* first start state */
900 yy_current_state = (yy_start);
1354 yy_current_state = (yy_start);
H A Dscan-gram.c150 #define BEGIN (yy_start) = 1 + 2 *
156 #define YY_START (((yy_start) - 1) / 2)
331 static int yy_start = 0; /* start state number */ variable
1275 if ( ! (yy_start) )
1276 (yy_start) = 1; /* first start state */
1315 yy_current_state = (yy_start);
2594 yy_current_state = (yy_start);
/external/elfutils/libcpu/
H A Di386_lex.c143 #define BEGIN (yy_start) = 1 + 2 *
149 #define YY_START (((yy_start) - 1) / 2)
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);
1254 yy_current_state = (yy_start);
1896 (yy_start) = 0;
/external/elfutils/src/
H A Dldlex.c144 #define BEGIN (yy_start) = 1 + 2 *
150 #define YY_START (((yy_start) - 1) / 2)
312 static int yy_start = 0; /* start state number */ variable
1360 if ( ! (yy_start) )
1361 (yy_start) = 1; /* first start state */
1390 yy_current_state = (yy_start);
2046 yy_current_state = (yy_start);
2688 (yy_start) = 0;
/external/libpcap/
H A Dscanner.c115 #define BEGIN (yy_start) = 1 + 2 *
121 #define YY_START (((yy_start) - 1) / 2)
271 static int yy_start = 0; /* start state number */ variable
2660 if ( ! (yy_start) )
2661 (yy_start) = 1; /* first start state */
2690 yy_current_state = (yy_start);
3727 yy_current_state = (yy_start);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c142 #define BEGIN yyg->yy_start = 1 + 2 *
148 #define YY_START ((yyg->yy_start - 1) / 2)
725 int yy_start; member in struct:yyguts_t
977 if ( ! yyg->yy_start )
978 yyg->yy_start = 1; /* first start state */
1007 yy_current_state = yyg->yy_start;
1728 yy_current_state = yyg->yy_start;
2561 yyg->yy_start = 0;
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp142 #define BEGIN yyg->yy_start = 1 + 2 *
148 #define YY_START ((yyg->yy_start - 1) / 2)
1083 int yy_start; member in struct:yyguts_t
1309 if ( ! yyg->yy_start )
1310 yyg->yy_start = 1; /* first start state */
1339 yy_current_state = yyg->yy_start;
2813 yy_current_state = yyg->yy_start;
3573 yyg->yy_start = 0;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp151 #define BEGIN yyg->yy_start = 1 + 2 *
157 #define YY_START ((yyg->yy_start - 1) / 2)
804 int yy_start; member in struct:yyguts_t
1022 if ( ! yyg->yy_start )
1023 yyg->yy_start = 1; /* first start state */
1052 yy_current_state = yyg->yy_start;
1974 yy_current_state = yyg->yy_start;
2766 yyg->yy_start = 0;

Completed in 640 milliseconds