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
1626 if ( ! (yy_start) )
1627 (yy_start) = 1; /* first start state */
1679 yy_current_state = (yy_start);
3141 yy_current_state = (yy_start); in yy_get_previous_state()
3736 (yy_start) = 0; in yy_init_globals()
3921 *(state_stack_p)++ = yy_start; in ldlex_script()
3928 *(state_stack_p)++ = yy_start; in ldlex_inputlist()
3935 *(state_stack_p)++ = yy_start; in ldlex_mri_script()
3942 *(state_stack_p)++ = yy_start; in ldlex_version_script()
3949 *(state_stack_p)++ = yy_start; in ldlex_version_file()
3956 *(state_stack_p)++ = yy_start; in ldlex_expression()
3963 *(state_stack_p)++ = yy_start; in ldlex_wild()
3970 yy_start = *(--state_stack_p); in ldlex_popstate()