Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/yacc/
Dverbose.c301 print_reductions(action * p, int pdefred) in print_reductions() argument
318 if (p->action_code == REDUCE && p->number != pdefred) { in print_reductions()
326 if (pdefred > 0) in print_reductions()
327 fprintf(verbose_file, "\t. reduce %d\n", pdefred - 2); in print_reductions()