Home
last modified time | relevance | path

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

/external/bison/src/
DLR0.c80 static symbol_number *shift_symbol; variable
141 shift_symbol = xnmalloc (nsyms, sizeof *shift_symbol); in allocate_storage()
148 free (shift_symbol); in free_storage()
193 shift_symbol[nshifts] = sym; in new_itemsets()
248 symbol_number sym = shift_symbol[i]; in append_states()
250 for (j = i; 0 < j && sym < shift_symbol[j - 1]; j--) in append_states()
251 shift_symbol[j] = shift_symbol[j - 1]; in append_states()
252 shift_symbol[j] = sym; in append_states()
257 symbol_number sym = shift_symbol[i]; in append_states()
/external/bison/
DChangeLog-201211549 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
11574 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
19202 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
20281 `shift_symbol', containing the symbol that can be shifted from a
20285 (new_itemsets): Allocate `shift_symbol' here.