OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_goto
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/byacc/dist/
lalr.c
16
static Value_t
map_goto
(int state, int symbol);
252
/*
Map_goto
maps a state/symbol pair into its numeric representation. */
255
map_goto
(int state, int symbol)
function
322
edge[nedges++] =
map_goto
(stateno, symbol);
414
edge[nedges++] =
map_goto
(stateno, *rp);
Completed in 76 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026