Home | History | Annotate | Download | only in sh

Lines Matching refs:yyrule

666 | Report that the YYRULE is going to be reduced.  |
671 yy_reduce_print (int yyrule)
674 yy_reduce_print (yyrule)
675 int yyrule;
679 unsigned int yylno = yyrline[yyrule];
681 yyrule - 1, yylno);
683 for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
685 YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);