Lines Matching refs:yytable
81 #ifndef yytable
82 #define yytable error_table macro
163 extern YYINT yytable[];
347 YYPREFIX, yystate, yytable[yyn]); in YYPARSE_DECL()
350 yystate = yytable[yyn]; in YYPARSE_DECL()
351 *++yystack.s_mark = yytable[yyn]; in YYPARSE_DECL()
360 yyn = yytable[yyn]; in YYPARSE_DECL()
383 to state %d\n", YYPREFIX, *yystack.s_mark, yytable[yyn]); in YYPARSE_DECL()
386 yystate = yytable[yyn]; in YYPARSE_DECL()
387 *++yystack.s_mark = yytable[yyn]; in YYPARSE_DECL()
466 yystate = yytable[yyn]; in YYPARSE_DECL()