Searched refs:ngotos (Results 1 – 1 of 1) sorted by relevance
44 static int ngotos; variable194 ngotos = 0; in set_goto_map()204 if (ngotos == MAXYYINT) in set_goto_map()207 ngotos++; in set_goto_map()222 goto_map[nsyms] = (Value_t)ngotos; in set_goto_map()223 temp_map[nsyms] = (Value_t)ngotos; in set_goto_map()225 from_state = NEW2(ngotos, Value_t); in set_goto_map()226 to_state = NEW2(ngotos, Value_t); in set_goto_map()291 nwords = ngotos * tokensetsize; in initialize_F()294 reads = NEW2(ngotos, Value_t *); in initialize_F()[all …]