Searched defs:yydefact (Results 1 - 7 of 7) 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/
H A Dldscript.c642 static const yytype_uint8 yydefact[] = variable
1569 yyn = yydefact[yystate];
/external/elfutils/libcpu/
H A Di386_parse.c706 static const yytype_uint8 yydefact[] = variable
1560 yyn = yydefact[yystate];
/external/libpcap/
H A Dgrammar.c876 static const unsigned char yydefact[] = variable
1768 yyn = yydefact[yystate];
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp879 static const yytype_uint8 yydefact[] = variable
2086 yyn = yydefact[yystate];

Completed in 2219 milliseconds