Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Doutput.c441 Value_t conflictcount = 0; in token_actions() local
462 conflictcount = 0; in token_actions()
474 conflictcount++; in token_actions()
530 conflictcount++; in token_actions()
551 tally[2 * nstates + i] = conflictcount; in token_actions()
600 if (backtrack && conflictcount > 0) in token_actions()
602 froms[2 * nstates + i] = r = NEW2(conflictcount, Value_t); in token_actions()
603 tos[2 * nstates + i] = s = NEW2(conflictcount, Value_t); in token_actions()