Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/yacc/
Dmkpar.c55 extern action *add_reduce(action *, int, int);
142 actions = add_reduce(actions, ruleno, j); in add_reductions()
150 add_reduce(action * actions, int ruleno, int symbol) in add_reduce() function