Home | History | Annotate | Download | only in calc++

Lines Matching defs:YY_START

168 #define BEGIN (yy_start) = 1 + 2 *
174 #define YY_START (((yy_start) - 1) / 2)
175 #define YYSTATE YY_START
348 static int yy_start = 0; /* start state number */
823 if ( ! (yy_start) )
824 (yy_start) = 1; /* first start state */
863 yy_current_state = (yy_start);
910 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1071 yy_act = YY_STATE_EOF(YY_START);
1278 yy_current_state = (yy_start);
1963 (yy_start) = 0;