Searched refs:yydefgoto (Results 1 – 11 of 11) sorted by relevance
135 state_number *yydefgoto; variable572 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto); in goto_actions()580 yydefgoto[i - ntokens] = default_state; in goto_actions()869 free (yydefgoto); in tables_free()
134 extern state_number *yydefgoto;
444 muscle_insert_state_number_table ("defgoto", yydefgoto, in prepare_actions()445 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
812 static const yytype_int16 yydefgoto[] = variable1548 yystate = yydefgoto[yylhs]; in yy_lac()2931 yystate = yydefgoto[yyn - YYNTOKENS];
256 static const short yydefgoto[] = variable1117 yystate = yydefgoto[yyn - YYNTBASE]; in yyparse()
690 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =1119 yystate = yydefgoto[yylhs];1838 yystate = yydefgoto[yyn - YYNTOKENS];
405 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =1008 return yydefgoto[yylhs - YYNTOKENS];
1124 static const yytype_int16 yydefgoto[] = variable3456 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
600 static const short int yydefgoto[] =1856 yystate = yydefgoto[yyn - YYNTOKENS];
805 static const yytype_int8 yydefgoto[] =
16288 (yydefgoto, yydefact, high): Move to...