Home
last modified time | relevance | path

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

/dragonfly/contrib/byacc/
H A Dlalr.c200 if (ISTOKEN(symbol)) in set_goto_map()
236 if (ISTOKEN(symbol)) in set_goto_map()
H A Dmkpar.c92 if (ISTOKEN(symbol)) in get_shifts()
H A Ddefs.h173 #define ISTOKEN(s) ((s) < start_symbol) macro