Home | History | Annotate | Download | only in src

Lines Matching refs:yydefact

136 rule_number *yydefact;
221 | default action (yydefact) for the state. In addition, ACTROW is |
425 | The YYDEFACT table is output now. The detailed info is saved for |
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);