Home
last modified time | relevance | path

Searched refs:yy_start (Results 1 – 11 of 11) 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/bison/examples/calc++/
Dcalc++-scanner.cc168 #define BEGIN (yy_start) = 1 + 2 *
174 #define YY_START (((yy_start) - 1) / 2)
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);
1278 yy_current_state = (yy_start); in yy_get_previous_state()
1963 (yy_start) = 0; in yy_init_globals()
/external/bison/src/
Dscan-skel.c187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
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);
1486 yy_current_state = (yy_start); in yy_get_previous_state()
2171 (yy_start) = 0; in yy_init_globals()
Dscan-gram.c187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
367 static int yy_start = 0; /* start state number */ variable
1344 if ( ! (yy_start) )
1345 (yy_start) = 1; /* first start state */
1384 yy_current_state = (yy_start);
2735 yy_current_state = (yy_start); in yy_get_previous_state()
3422 (yy_start) = 0; in yy_init_globals()
Dscan-code.c187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
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);
1699 yy_current_state = (yy_start); in yy_get_previous_state()
2384 (yy_start) = 0; in yy_init_globals()
/external/libpcap/
Dscanner.c148 #define BEGIN (yy_start) = 1 + 2 *
154 #define YY_START (((yy_start) - 1) / 2)
312 static int yy_start = 0; /* start state number */ variable
2970 if ( ! (yy_start) )
2971 (yy_start) = 1; /* first start state */
3005 yy_current_state = (yy_start);
4134 yy_current_state = (yy_start); in yy_get_previous_state()
4661 (yy_start) = 0; in yy_init_globals()
/external/skia/src/sksl/
Dlex.layout.c148 #define BEGIN yyg->yy_start = 1 + 2 *
154 #define YY_START ((yyg->yy_start - 1) / 2)
628 int yy_start; member
829 if ( ! yyg->yy_start )
830 yyg->yy_start = 1; /* first start state */
859 yy_current_state = yyg->yy_start;
1302 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2083 yyg->yy_start = 0; in yy_init_globals()
Dlex.sksl.c148 #define BEGIN yyg->yy_start = 1 + 2 *
154 #define YY_START ((yyg->yy_start - 1) / 2)
683 int yy_start; member
888 if ( ! yyg->yy_start )
889 yyg->yy_start = 1; /* first start state */
924 yy_current_state = yyg->yy_start;
1720 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2503 yyg->yy_start = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp160 #define BEGIN yyg->yy_start = 1 + 2 *
166 #define YY_START ((yyg->yy_start - 1) / 2)
629 int yy_start; member
860 if ( ! yyg->yy_start )
861 yyg->yy_start = 1; /* first start state */
894 yy_current_state = yyg->yy_start;
1493 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2257 yyg->yy_start = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp172 #define BEGIN yyg->yy_start = 1 + 2 *
178 #define YY_START ((yyg->yy_start - 1) / 2)
1104 int yy_start; member
1341 if ( ! yyg->yy_start )
1342 yyg->yy_start = 1; /* first start state */
1377 yy_current_state = yyg->yy_start;
2425 yy_current_state = yyg->yy_start; in yy_get_previous_state()
3236 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;