Home
last modified time | relevance | path

Searched refs:yydefact (Results 1 – 18 of 18) sorted by relevance

/external/bison/src/
Dtables.c136 rule_number *yydefact; variable
438 yydefact = xnmalloc (nstates, sizeof *yydefact); in token_actions()
455 yydefact[i] = default_reduction ? default_reduction->number + 1 : 0; in token_actions()
466 if (yydefact[i]) in token_actions()
467 rules[yydefact[i] - 1].useful = true; in token_actions()
870 free (yydefact); in tables_free()
Dgraphviz.c181 if (yydefact[s->number] != 0) in output_red()
182 default_reduction = &rules[yydefact[s->number] - 1]; in output_red()
Dtables.h135 extern rule_number *yydefact;
Dprint-xml.c254 if (yydefact[s->number] != 0) in print_reductions()
255 default_reduction = &rules[yydefact[s->number] - 1]; in print_reductions()
Dprint.c252 if (yydefact[s->number] != 0) in print_reductions()
253 default_reduction = &rules[yydefact[s->number] - 1]; in print_reductions()
Doutput.c438 muscle_insert_rule_number_table ("defact", yydefact, in prepare_actions()
439 yydefact[0], 1, nstates); in prepare_actions()
Dparse-gram.c792 static const yytype_uint8 yydefact[] = variable
1499 yyrule = yydefact[*yyesp]; in yy_lac()
2170 yyn = yydefact[yystate];
/external/e2fsprogs/intl/
Dplural.c249 static const short yydefact[] = variable
956 yyn = yydefact[yystate]; in yyparse()
1217 yyn = yydefact[yystate]; in yyparse()
/external/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c492 static const yytype_uint8 yydefact[] = variable
1366 yyn = yydefact[yystate];
Dparse-events-bison.c563 static const yytype_uint8 yydefact[] = variable
1475 yyn = yydefact[yystate];
/external/bison/data/
Dyacc.c684 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
1070 yyrule = yydefact[*yyesp];
1766 yyn = yydefact[yystate];
Dglr.c399 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
963 return yydefact[yystate];
985 *yyaction = -yydefact[yystate];
2190 if (yydefact[yystackp->yytops.yystates[0]->yylrState] != 0)
/external/bison/tests/
Dregression.at709 # It used to be wrong on yydefact only:
711 # static const yytype_uint8 yydefact[] =
800 static const yytype_uint8 yydefact[] =
/external/elfutils/src/src/
Dldscript.c669 static const yytype_uint8 yydefact[] = variable
1584 yyn = yydefact[yystate];
/external/libpcap/
Dgrammar.c1132 static const yytype_uint8 yydefact[] = variable
2222 yyn = yydefact[yystate];
/external/elfutils/src/libcpu/
Di386_parse.c745 static const yytype_uint8 yydefact[] = variable
1587 yyn = yydefact[yystate];
/external/toybox/kconfig/
Dzconf.tab.c_shipped576 static const unsigned char yydefact[] =
1408 yyn = yydefact[yystate];
/external/bison/
DChangeLog-20125208 equivalent use of yydefact, which was computed in token_actions in
11563 (token_actions): Likewise for yydefact, actrow, conflrow,
16288 (yydefgoto, yydefact, high): Move to...
16502 (token_actions): yydefact is rule_number_t*.