Searched refs:yy_start (Results 1 – 3 of 3) sorted by relevance
143 #define BEGIN yyg->yy_start = 1 + 2 *149 #define YY_START ((yyg->yy_start - 1) / 2)558 int yy_start; member785 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()
147 #define BEGIN yyg->yy_start = 1 + 2 *153 #define YY_START ((yyg->yy_start - 1) / 2)1039 int yy_start; member1259 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()
144 #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