Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dverbose.c14 static void print_reductions(action *p, int defred2);
303 print_reductions(action *p, int defred2) in print_reductions() argument
324 if (p->action_code == REDUCE && p->number != defred2) in print_reductions()
339 if (defred2 > 0) in print_reductions()
340 fprintf(verbose_file, "\t. reduce %d\n", defred2 - 2); in print_reductions()