Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/byacc/
H A Dlr0.c252 int shiftcount; in new_itemsets() local
260 shiftcount = 0; in new_itemsets()
271 shift_symbol[shiftcount++] = symbol; in new_itemsets()
280 nshifts = shiftcount; in new_itemsets()
H A Doutput.c418 Value_t shiftcount, reducecount; in token_actions() local
436 shiftcount = 0; in token_actions()
475 ++shiftcount; in token_actions()
526 tally[i] = shiftcount; in token_actions()
538 if (shiftcount > 0) in token_actions()
540 froms[i] = r = NEW2(shiftcount, Value_t); in token_actions()
541 tos[i] = s = NEW2(shiftcount, Value_t); in token_actions()