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/linux-tools-perf/src/tools/perf/util/
Dpmu-flex.c144 #define BEGIN (yy_start) = 1 + 2 *
150 #define YY_START (((yy_start) - 1) / 2)
307 static int yy_start = 0; /* start state number */ variable
705 if ( ! (yy_start) )
706 (yy_start) = 1; /* first start state */
735 yy_current_state = (yy_start);
1108 yy_current_state = (yy_start); in yy_get_previous_state()
1740 (yy_start) = 0; in yy_init_globals()
Dparse-events-flex.c142 #define BEGIN yyg->yy_start = 1 + 2 *
148 #define YY_START ((yyg->yy_start - 1) / 2)
1137 int yy_start; member
1381 if ( ! yyg->yy_start )
1382 yyg->yy_start = 1; /* first start state */
1411 yy_current_state = yyg->yy_start;
2062 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2889 yyg->yy_start = 0; in yy_init_globals()
/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/elfutils/src/libcpu/
Di386_lex.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
783 if ( ! (yy_start) )
784 (yy_start) = 1; /* first start state */
813 yy_current_state = (yy_start);
1258 yy_current_state = (yy_start); in yy_get_previous_state()
1900 (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/elfutils/src/src/
Dldlex.c145 #define BEGIN (yy_start) = 1 + 2 *
151 #define YY_START (((yy_start) - 1) / 2)
313 static int yy_start = 0; /* start state number */ variable
1353 if ( ! (yy_start) )
1354 (yy_start) = 1; /* first start state */
1383 yy_current_state = (yy_start);
2039 yy_current_state = (yy_start); in yy_get_previous_state()
2681 (yy_start) = 0; in yy_init_globals()
/external/libpcap/
Dscanner.c145 #define BEGIN (yy_start) = 1 + 2 *
151 #define YY_START (((yy_start) - 1) / 2)
308 static int yy_start = 0; /* start state number */ variable
2972 if ( ! (yy_start) )
2973 (yy_start) = 1; /* first start state */
3002 yy_current_state = (yy_start);
4125 yy_current_state = (yy_start); in yy_get_previous_state()
4656 (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;