Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c28 #define begin_case(f,n) fprintf(f, "case %d:\n", (int)(n)) macro
2789 begin_case(f, rule - 2); in insert_arg_rule()
2926 begin_case(f, nrules - 2); in copy_action()
H A DCHANGES724 make that into a macro, and add a begin_case() to more/less match (the