Home | History | Annotate | Download | only in src

Lines Matching full:goto_map

43 goto_number *goto_map;
78 goto_map = xcalloc (nvars + 1, sizeof *goto_map);
93 goto_map[TRANSITION_SYMBOL (sp, i) - ntokens]++;
103 k += goto_map[i - ntokens];
107 goto_map[i - ntokens] = temp_map[i - ntokens];
109 goto_map[nsyms - ntokens] = ngotos;
140 low = goto_map[sym - ntokens];
141 high = goto_map[sym - ntokens + 1] - 1;
470 while (i == goto_map[nonterminal])
471 goto_map[nonterminal++] = ngotos_reachable;
487 aver (ngotos == goto_map[nonterminal]);
488 goto_map[nonterminal++] = ngotos_reachable;