HomeSort by: relevance | last modified time | path
    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