Home
last modified time | relevance | path

Searched refs:yy_start (Results 1 – 8 of 8) sorted by relevance

/external/ipsec-tools/src/racoon/
Dcftoken.l84 "begin <%d>%s\n", yy_start, yytext);
87 yy_start, loglevel >= LLV_DEBUG2 ? "\n" : ""); \
/external/iproute2/tc/
Demp_ematch.lex.c133 #define BEGIN (yy_start) = 1 + 2 *
139 #define YY_START (((yy_start) - 1) / 2)
297 static int yy_start = 0; /* start state number */ variable
784 if ( ! (yy_start) )
785 (yy_start) = 1; /* first start state */
819 yy_current_state = (yy_start);
1298 yy_current_state = (yy_start); in yy_get_previous_state()
1967 (yy_start) = 0; in yy_init_globals()
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp376 #define BEGIN yyg->yy_start = 1 + 2 *
381 #define YY_START ((yyg->yy_start - 1) / 2)
779 int yy_start; member
1010 if (!yyg->yy_start)
1011 yyg->yy_start = 1; /* first start state */
1044 yy_current_state = yyg->yy_start;
1655 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2420 yyg->yy_start = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp496 #define BEGIN yyg->yy_start = 1 + 2 *
501 #define YY_START ((yyg->yy_start - 1) / 2)
1005 int yy_start; member
1347 if ( ! yyg->yy_start )
1348 yyg->yy_start = 1; /* first start state */
1382 yy_current_state = yyg->yy_start;
2007 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2854 yyg->yy_start = 0; in yy_init_globals()
/external/libpcap/
Dscanner.c383 #define BEGIN yyg->yy_start = 1 + 2 *
388 #define YY_START ((yyg->yy_start - 1) / 2)
3175 int yy_start; member
3395 if ( ! yyg->yy_start )
3396 yyg->yy_start = 1; /* first start state */
3430 yy_current_state = yyg->yy_start;
4692 yy_current_state = yyg->yy_start; in yy_get_previous_state()
5440 yyg->yy_start = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp262 #define BEGIN yyg->yy_start = 1 + 2 *
267 #define YY_START ((yyg->yy_start - 1) / 2)
1218 int yy_start; member
1560 if ( ! yyg->yy_start )
1561 yyg->yy_start = 1; /* first start state */
1598 yy_current_state = yyg->yy_start;
2642 yy_current_state = yyg->yy_start; in yy_get_previous_state()
3497 yyg->yy_start = 0; in yy_init_globals()
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp192 #define BEGIN yyg->yy_start = 1 + 2 *
197 #define YY_START ((yyg->yy_start - 1) / 2)
987 int yy_start; member
1218 if (!yyg->yy_start)
1219 yyg->yy_start = 1; /* first start state */
1252 yy_current_state = yyg->yy_start;
2421 yy_current_state = yyg->yy_start; in yy_get_previous_state()
3194 yyg->yy_start = 0; in yy_init_globals()
/external/toybox/kconfig/
Dlex.zconf.c_shipped123 #define BEGIN (yy_start) = 1 + 2 *
129 #define YY_START (((yy_start) - 1) / 2)
283 static int yy_start = 0; /* start state number */
967 if ( ! (yy_start) )
968 (yy_start) = 1; /* first start state */
997 yy_current_state = (yy_start);
1554 yy_current_state = (yy_start);
2153 (yy_start) = 0;