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

/freebsd-13-stable/contrib/byacc/
H A Dlalr.c12 static Value_t map_goto(int state, int symbol);
251 map_goto(int state, int symbol) function
320 edge[nedges++] = map_goto(stateno, symbol);
415 edge[nedges++] = map_goto(stateno, *rp);

Completed in 204 milliseconds