Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/yacc/
Dlalr.c67 int map_goto(int, int);
266 map_goto(int state, int symbol) in map_goto() function
321 edge[nedges++] = map_goto(stateno, symbol); in initialize_F()
397 edge[nedges++] = map_goto(stateno, *rp); in build_relations()