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

/external/webkit/WebKitTools/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;
H A Dflex.skl84 #define BEGIN yy_start = 1 + 2 *
90 #define YY_START ((yy_start - 1) / 2)
235 static int yy_start = 0; /* start state number */
465 if ( ! yy_start )
466 yy_start = 1; /* first start state */
655 yy_start = 0;
/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/bluetooth/bluez/tools/
H A Dlexer.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
673 if ( ! (yy_start) )
674 (yy_start) = 1; /* first start state */
703 yy_current_state = (yy_start);
1097 yy_current_state = (yy_start);
/external/elfutils/src/
H A Dldlex.c98 #define BEGIN yy_start = 1 + 2 *
104 #define YY_START ((yy_start - 1) / 2)
240 static int yy_start = 0; /* start state number */ variable
1232 if ( ! yy_start )
1233 yy_start = 1; /* first start state */
1260 yy_current_state = yy_start;
1904 yy_current_state = yy_start;
/external/webkit/WebKitTools/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/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/webkit/WebCore/css/
H A DCSSParser.h254 int yy_start; member in class:WebCore::CSSParser
H A DCSSParser.cpp149 , yy_start(1)
5422 // BEGIN(mediaqueries) and BEGIN(initial). yy_start acts as index to
5426 #define BEGIN yy_start = 1 + 2 *
/external/ipsec-tools/src/racoon/
H A Dcftoken.l84 "begin <%d>%s\n", yy_start, yytext);
87 yy_start, loglevel >= LLV_DEBUG2 ? "\n" : ""); \

Completed in 1436 milliseconds