Searched defs:yydefact (Results 1 - 8 of 8) sorted by relevance

/external/bison/src/
H A Dtables.c136 rule_number *yydefact; variable
221 | default action (yydefact) for the state. In addition, ACTROW is |
438 yydefact = xnmalloc (nstates, sizeof *yydefact);
455 yydefact[i] = default_reduction ? default_reduction->number + 1 : 0;
466 if (yydefact[i])
467 rules[yydefact[i] - 1].useful = true;
807 | Compute and output yydefact, yydefgoto, yypact, yypgoto, yytable |
871 free (yydefact);
H A Dparse-gram.c792 static const yytype_uint8 yydefact[] = variable
1499 yyrule = yydefact[*yyesp];
2170 yyn = yydefact[yystate];
/external/e2fsprogs/intl/
H A Dplural.c249 static const short yydefact[] = variable
956 yyn = yydefact[yystate];
1217 yyn = yydefact[yystate];
/external/elfutils/src/src/
H A Dldscript.c669 static const yytype_uint8 yydefact[] = variable
1584 yyn = yydefact[yystate];
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events-bison.c563 static const yytype_uint8 yydefact[] = variable
1475 yyn = yydefact[yystate];
H A Dpmu-bison.c492 static const yytype_uint8 yydefact[] = variable
1366 yyn = yydefact[yystate];
/external/elfutils/src/libcpu/
H A Di386_parse.c745 static const yytype_uint8 yydefact[] = variable
1587 yyn = yydefact[yystate];
/external/libpcap/
H A Dgrammar.c1132 static const yytype_uint8 yydefact[] = variable
2222 yyn = yydefact[yystate];

Completed in 389 milliseconds