Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dclosure.c37 if (ISVAR(symbol)) in set_EFF()
130 if (ISVAR(symbol)) in closure()
H A Dverbose.c268 if (ISVAR(as)) in print_actions()
359 if (ISVAR(as)) in print_gotos()
H A Dlalr.c309 if (ISVAR(symbol)) in initialize_F()
407 if (ISVAR(*rp)) in build_relations()
H A Ddefs.h175 #define ISVAR(s) ((s) >= start_symbol) macro