Lines Matching full:accepting
1002 /* If we've entered an accepting state, back up; note that in gen_NUL_trans()
1074 /* Write out accepting list and pointer list. in gentabs()
1082 /* Set up accepting structures for the End Of Buffer state. */ in gentabs()
1131 * accepting number as part in gentabs()
1155 /* add accepting number for the "jam" state */ in gentabs()
1175 /* add accepting number for jam state */ in gentabs()
1183 * accepting numbers. In either case, we just dump the numbers. in gentabs()
1192 /* We put a "cap" on the table associating lists of accepting in gentabs()
1194 * where the end of an accepting list is by looking at where in gentabs()
1776 outn ("YY_G(yy_lp) = YY_G(yy_full_lp); /* restore orig. accepting pos. */ \\"); in make_tables()
2000 ("std::cerr << \"--accepting rule at line \" << yy_rule_linenum[yy_act] <<"); in make_tables()
2006 ("fprintf( stderr, \"--accepting rule at line %ld (\\\"%s\\\")\\n\","); in make_tables()
2020 ("std::cerr << \"--accepting default rule (\\\"\" << yytext << \"\\\")\\n\";"); in make_tables()
2024 ("fprintf( stderr, \"--accepting default rule (\\\"%s\\\")\\n\","); in make_tables()