Searched defs:yydefgoto (Results 1 - 5 of 5) sorted by relevance

/external/bison/src/
H A Dtables.c137 state_number *yydefgoto; variable
562 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto);
570 yydefgoto[i - ntokens] = default_state;
797 | Compute and output yydefact, yydefgoto, yypact, yypgoto, yytable |
860 free (yydefgoto);
H A Dparse-gram.c731 static const yytype_int8 yydefgoto[] = variable
2183 yystate = yydefgoto[yyn - YYNTOKENS];
/external/e2fsprogs/intl/
H A Dplural.c256 static const short yydefgoto[] = variable
1120 yystate = yydefgoto[yyn - YYNTBASE];
/external/elfutils/src/
H A Dldscript.c516 static const short yydefgoto[] = variable
1678 yystate = yydefgoto[yyn - YYNTOKENS];
/external/libpcap/
H A Dgrammar.c907 static const short int yydefgoto[] = variable
2738 yystate = yydefgoto[yyn - YYNTOKENS];

Completed in 54 milliseconds