Home
last modified time | relevance | path

Searched refs:yydefgoto (Results 1 – 13 of 13) sorted by relevance

/external/bison/src/
Dtables.c137 state_number *yydefgoto; variable
562 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto); in goto_actions()
570 yydefgoto[i - ntokens] = default_state; in goto_actions()
859 free (yydefgoto); in tables_free()
Dtables.h112 extern state_number *yydefgoto;
Doutput.c458 muscle_insert_state_number_table ("defgoto", yydefgoto, in prepare_actions()
459 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
Dparse-gram.c731 static const yytype_int8 yydefgoto[] = variable
2180 yystate = yydefgoto[yyn - YYNTOKENS];
/external/e2fsprogs/intl/
Dplural.c256 static const short yydefgoto[] = variable
1117 yystate = yydefgoto[yyn - YYNTBASE]; in yyparse()
/external/bluez/utils/rfcomm/
Dparser.c534 static const yytype_int8 yydefgoto[] = variable
1504 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bluez/utils/hcid/
Dparser.c611 static const yytype_int8 yydefgoto[] = variable
1851 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/data/
Dyacc.c510 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1290 yystate = yydefgoto[yyn - YYNTOKENS];
Dglr.c417 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1074 return yydefgoto[yylhs - YYNTOKENS];
/external/elfutils/src/
Dldscript.c516 static const short yydefgoto[] = variable
1674 yystate = yydefgoto[yyn - YYNTOKENS];
/external/libpcap/
Dgrammar.c907 static const short int yydefgoto[] = variable
2734 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/tests/
Dregression.at709 static const yytype_int8 yydefgoto[] =
/external/bison/
DChangeLog8027 (yydefgoto, yydefact, high): Move to...