Home
last modified time | relevance | path

Searched refs:start_int_table (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/byacc/
Doutput.c210 start_int_table(const char *name, int value) in start_int_table() function
291 start_int_table("lhs", symbol_value[start_symbol]); in output_rule_data()
308 start_int_table("len", 2); in output_rule_data()
331 start_int_table("defred", (defred[0] ? defred[0] - 2 : 0)); in output_yydefred()
372 start_int_table("stos", translate[0]); in output_accessing_symbols()
690 start_int_table("dgoto", k); in goto_actions()
943 start_int_table("sindex", base[0]); in output_base()
961 start_int_table("rindex", base[nstates]); in output_base()
981 start_int_table("cindex", base[2 * nstates]); in output_base()
1001 start_int_table("gindex", base[PER_STATE * nstates]); in output_base()
[all …]
DCHANGES2231 start_int_table(), output_newline().