Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dmkpar.c16 static action *add_reduce(action *actions, int ruleno, int symbol);
125 actions = add_reduce(actions, ruleno, j); in add_reductions()
132 add_reduce(action *actions, in add_reduce() function