Home
last modified time | relevance | path

Searched refs:yydefgoto (Results 1 – 15 of 15) sorted by relevance

/external/bison/src/
Dtables.h112 extern state_number *yydefgoto;
Dtables.c137 state_number *yydefgoto; variable
562 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto); in goto_actions()
570 yydefgoto[i - ntokens] = default_state; in goto_actions()
859 free (yydefgoto); in tables_free()
Doutput.c458 muscle_insert_state_number_table ("defgoto", yydefgoto, in prepare_actions()
459 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
Dparse-gram.c731 static const yytype_int8 yydefgoto[] = variable
2180 yystate = yydefgoto[yyn - YYNTOKENS];
/external/e2fsprogs/intl/
Dplural.c256 static const short yydefgoto[] = variable
1117 yystate = yydefgoto[yyn - YYNTBASE]; in yyparse()
/external/bison/data/
Dyacc.c510 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1290 yystate = yydefgoto[yyn - YYNTOKENS];
Dglr.c417 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1074 return yydefgoto[yylhs - YYNTOKENS];
/external/libpcap/
Dgrammar.c907 static const short int yydefgoto[] = variable
2734 yystate = yydefgoto[yyn - YYNTOKENS];
/external/elfutils/src/
Dldscript.c663 static const yytype_int16 yydefgoto[] = variable
2061 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/tests/
Dregression.at709 static const yytype_int8 yydefgoto[] =
/external/elfutils/libcpu/
Di386_parse.c716 static const yytype_int8 yydefgoto[] = variable
1955 yystate = yydefgoto[yyn - YYNTOKENS];
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.c741 static const yytype_int16 yydefgoto[] = variable
2684 yystate = yydefgoto[yyn - YYNTOKENS];
/external/mesa3d/src/glsl/
Dglsl_parser.cpp1065 static const yytype_int16 yydefgoto[] = variable
5111 yystate = yydefgoto[yyn - YYNTOKENS];
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp914 static const yytype_int16 yydefgoto[] = variable
4511 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/
DChangeLog8027 (yydefgoto, yydefact, high): Move to...