Home
last modified time | relevance | path

Searched refs:yy_start (Results 1 – 7 of 7) 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/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;