Lines Matching refs:yy_start
117 #define BEGIN (yy_start) = 1 + 2 *
122 #define YY_START (((yy_start) - 1) / 2)
275 static int yy_start = 0; /* start state number */ variable
1641 if ( ! (yy_start) )
1642 (yy_start) = 1; /* first start state */
1694 yy_current_state = (yy_start);
3180 yy_current_state = (yy_start); in yy_get_previous_state()
3775 (yy_start) = 0; in yy_init_globals()
3960 *(state_stack_p)++ = yy_start; in ldlex_script()
3967 *(state_stack_p)++ = yy_start; in ldlex_inputlist()
3974 *(state_stack_p)++ = yy_start; in ldlex_mri_script()
3981 *(state_stack_p)++ = yy_start; in ldlex_version_script()
3988 *(state_stack_p)++ = yy_start; in ldlex_version_file()
3995 *(state_stack_p)++ = yy_start; in ldlex_expression()
4002 *(state_stack_p)++ = yy_start; in ldlex_wild()
4009 yy_start = *(--state_stack_p); in ldlex_popstate()