Lines Matching refs:yytable
81 #ifndef yytable
82 #define yytable calc_table macro
173 extern YYINT yytable[];
377 YYPREFIX, yystate, yytable[yyn]); in YYPARSE_DECL()
380 yystate = yytable[yyn]; in YYPARSE_DECL()
381 *++yystack.s_mark = yytable[yyn]; in YYPARSE_DECL()
390 yyn = yytable[yyn]; in YYPARSE_DECL()
413 to state %d\n", YYPREFIX, *yystack.s_mark, yytable[yyn]); in YYPARSE_DECL()
416 yystate = yytable[yyn]; in YYPARSE_DECL()
417 *++yystack.s_mark = yytable[yyn]; in YYPARSE_DECL()
572 yystate = yytable[yyn]; in YYPARSE_DECL()