Home
last modified time | relevance | path

Searched refs:rprec (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/byacc/
H A Dreader.c2170 rprec = TMALLOC(Value_t, maxrules); in initialize_grammar()
2171 NO_SPACE(rprec); in initialize_grammar()
2173 rprec[0] = 0; in initialize_grammar()
2174 rprec[1] = 0; in initialize_grammar()
2175 rprec[2] = 0; in initialize_grammar()
2201 rprec = TREALLOC(Value_t, rprec, maxrules); in expand_rules()
2202 NO_SPACE(rprec); in expand_rules()
2710 rprec[nrules] = UNDEFINED; in start_rule()
2769 rprec[nrules] = rprec[nrules - 1]; in insert_empty_rule()
2770 rprec[nrules - 1] = 0; in insert_empty_rule()
[all …]
H A Dmkpar.c159 temp->prec = rprec[ruleno]; in add_reduce()
H A Ddefs.h382 extern Value_t *rprec;
H A Dmain.c112 Value_t *rprec; variable