Searched refs:ngotos (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/byacc/
H A Dlalr.c43 static int ngotos; variable
189 ngotos = 0;
199 if (ngotos == MAXYYINT)
202 ngotos++;
217 goto_map[nsyms] = (Value_t) ngotos;
218 temp_map[nsyms] = (Value_t) ngotos;
220 from_state = NEW2(ngotos, Value_t);
221 to_state = NEW2(ngotos, Value_t);
286 nwords = ngotos * tokensetsize;
289 reads = NEW2(ngotos, Value_
[all...]

Completed in 99 milliseconds