Searched refs:yydefgoto (Results 1 – 15 of 15) sorted by relevance
112 extern state_number *yydefgoto;
137 state_number *yydefgoto; variable562 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto); in goto_actions()570 yydefgoto[i - ntokens] = default_state; in goto_actions()859 free (yydefgoto); in tables_free()
458 muscle_insert_state_number_table ("defgoto", yydefgoto, in prepare_actions()459 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
731 static const yytype_int8 yydefgoto[] = variable2180 yystate = yydefgoto[yyn - YYNTOKENS];
256 static const short yydefgoto[] = variable1117 yystate = yydefgoto[yyn - YYNTBASE]; in yyparse()
510 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =1290 yystate = yydefgoto[yyn - YYNTOKENS];
417 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =1074 return yydefgoto[yylhs - YYNTOKENS];
907 static const short int yydefgoto[] = variable2734 yystate = yydefgoto[yyn - YYNTOKENS];
663 static const yytype_int16 yydefgoto[] = variable2061 yystate = yydefgoto[yyn - YYNTOKENS];
709 static const yytype_int8 yydefgoto[] =
716 static const yytype_int8 yydefgoto[] = variable1955 yystate = yydefgoto[yyn - YYNTOKENS];
741 static const yytype_int16 yydefgoto[] = variable2684 yystate = yydefgoto[yyn - YYNTOKENS];
1065 static const yytype_int16 yydefgoto[] = variable5111 yystate = yydefgoto[yyn - YYNTOKENS];
914 static const yytype_int16 yydefgoto[] = variable4511 yystate = yydefgoto[yyn - YYNTOKENS];
8027 (yydefgoto, yydefact, high): Move to...