Home | History | Annotate | Download | only in src

Lines Matching refs:yy_start

150 #define BEGIN (yy_start) = 1 + 2 *
156 #define YY_START (((yy_start) - 1) / 2)
157 #define YYSTATE YY_START
331 static int yy_start = 0; /* start state number */
1275 if ( ! (yy_start) )
1276 (yy_start) = 1; /* first start state */
1315 yy_current_state = (yy_start);
1363 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1396 context_state = YY_START;
2055 context_state = YY_START;
2065 context_state = YY_START;
2076 context_state = YY_START;
2087 context_state = YY_START;
2395 yy_act = YY_STATE_EOF(YY_START);
2594 yy_current_state = (yy_start);