Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dlr0.c31 static Value_t *shift_symbol; variable
80 shift_symbol = symbol_count; in allocate_itemsets()
106 symbol = shift_symbol[i]; in append_states()
107 while (j > 0 && shift_symbol[j - 1] > symbol) in append_states()
109 shift_symbol[j] = shift_symbol[j - 1]; in append_states()
112 shift_symbol[j] = symbol; in append_states()
117 symbol = shift_symbol[i]; in append_states()
125 FREE(shift_symbol); in free_storage()
272 shift_symbol[shiftcount++] = symbol; in new_itemsets()