Searched refs:yydefgoto (Results 1 – 13 of 13) sorted by relevance
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()
112 extern state_number *yydefgoto;
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()
534 static const yytype_int8 yydefgoto[] = variable1504 yystate = yydefgoto[yyn - YYNTOKENS];
611 static const yytype_int8 yydefgoto[] = variable1851 yystate = yydefgoto[yyn - YYNTOKENS];
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];
516 static const short yydefgoto[] = variable1674 yystate = yydefgoto[yyn - YYNTOKENS];
907 static const short int yydefgoto[] = variable2734 yystate = yydefgoto[yyn - YYNTOKENS];
709 static const yytype_int8 yydefgoto[] =
8027 (yydefgoto, yydefact, high): Move to...