Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg_l.c143 #define BEGIN yyg->yy_start = 1 + 2 *
149 #define YY_START ((yyg->yy_start - 1) / 2)
558 int yy_start; member
785 if ( ! yyg->yy_start )
786 yyg->yy_start = 1; /* first start state */
827 yy_current_state = yyg->yy_start;
1270 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2035 yyg->yy_start = 0; in yy_init_globals()
A Dlibxlu_disk_l.c147 #define BEGIN yyg->yy_start = 1 + 2 *
153 #define YY_START ((yyg->yy_start - 1) / 2)
1039 int yy_start; member
1259 if ( ! yyg->yy_start )
1260 yyg->yy_start = 1; /* first start state */
1303 yy_current_state = yyg->yy_start;
1890 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2619 yyg->yy_start = 0; in yy_init_globals()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped144 #define BEGIN (yy_start) = 1 + 2 *
150 #define YY_START (((yy_start) - 1) / 2)
307 static int yy_start = 0; /* start state number */
1048 if ( ! (yy_start) )
1049 (yy_start) = 1; /* first start state */
1078 yy_current_state = (yy_start);
1664 yy_current_state = (yy_start);
2267 (yy_start) = 0;

Completed in 17 milliseconds