Home
last modified time | relevance | path

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

/minix/external/bsd/byacc/dist/
H A Dmkpar.c21 static action *add_reduce(action *actions, int ruleno, int symbol);
129 actions = add_reduce(actions, ruleno, j); in add_reductions()
136 add_reduce(action *actions, in add_reduce() function