Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c143 #define BEGIN (yy_start) = 1 + 2 *
149 #define YY_START (((yy_start) - 1) / 2)
298 static int yy_start = 0; /* start state number */ variable
1011 if ( ! (yy_start) )
1012 (yy_start) = 1; /* first start state */
1041 yy_current_state = (yy_start);
1611 yy_current_state = (yy_start); in yy_get_previous_state()
2214 (yy_start) = 0; in yy_init_globals()
Dzconf.lex.c_shipped143 #define BEGIN (yy_start) = 1 + 2 *
149 #define YY_START (((yy_start) - 1) / 2)
298 static int yy_start = 0; /* start state number */
1011 if ( ! (yy_start) )
1012 (yy_start) = 1; /* first start state */
1041 yy_current_state = (yy_start);
1611 yy_current_state = (yy_start);
2214 (yy_start) = 0;
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped124 #define BEGIN (yy_start) = 1 + 2 *
130 #define YY_START (((yy_start) - 1) / 2)
279 static int yy_start = 0; /* start state number */
769 if ( ! (yy_start) )
770 (yy_start) = 1; /* first start state */
799 yy_current_state = (yy_start);
1184 yy_current_state = (yy_start);
1819 (yy_start) = 0;
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped126 #define BEGIN (yy_start) = 1 + 2 *
132 #define YY_START (((yy_start) - 1) / 2)
289 static int yy_start = 0; /* start state number */
867 if ( ! (yy_start) )
868 (yy_start) = 1; /* first start state */
897 yy_current_state = (yy_start);
1488 yy_current_state = (yy_start);
2082 (yy_start) = 0;