Home
last modified time | relevance | path

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

/external/bison/src/
Dtables.c135 state_number *yydefgoto; variable
572 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto); in goto_actions()
580 yydefgoto[i - ntokens] = default_state; in goto_actions()
869 free (yydefgoto); in tables_free()
Dtables.h134 extern state_number *yydefgoto;
Doutput.c444 muscle_insert_state_number_table ("defgoto", yydefgoto, in prepare_actions()
445 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
Dparse-gram.c812 static const yytype_int16 yydefgoto[] = variable
1548 yystate = yydefgoto[yylhs]; in yy_lac()
2931 yystate = yydefgoto[yyn - YYNTOKENS];
/external/e2fsprogs/intl/
Dplural.c256 static const short yydefgoto[] = variable
1117 yystate = yydefgoto[yyn - YYNTBASE]; in yyparse()
/external/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c499 static const yytype_int8 yydefgoto[] = variable
1497 yystate = yydefgoto[yyn - YYNTOKENS];
Dparse-events-bison.c577 static const yytype_int8 yydefgoto[] = variable
1958 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/data/
Dyacc.c690 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1119 yystate = yydefgoto[yylhs];
1838 yystate = yydefgoto[yyn - YYNTOKENS];
Dglr.c405 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1008 return yydefgoto[yylhs - YYNTOKENS];
/external/elfutils/src/src/
Dldscript.c690 static const yytype_int16 yydefgoto[] = variable
2149 yystate = yydefgoto[yyn - YYNTOKENS];
/external/libpcap/
Dgrammar.c1166 static const yytype_int16 yydefgoto[] = variable
3775 yystate = yydefgoto[yyn - YYNTOKENS];
/external/elfutils/src/libcpu/
Di386_parse.c755 static const yytype_int8 yydefgoto[] = variable
2020 yystate = yydefgoto[yyn - YYNTOKENS];
/external/toybox/kconfig/
Dzconf.tab.c_shipped600 static const short int yydefgoto[] =
1856 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/tests/
Dregression.at805 static const yytype_int8 yydefgoto[] =
/external/bison/
DChangeLog-201216288 (yydefgoto, yydefact, high): Move to...