Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c41 #define end_ainfo(data) do { \ macro
434 end_ainfo(a); in skip_comment()
686 end_ainfo(a); in copy_string()
740 end_ainfo(a); in copy_comment()
944 end_ainfo(a); in copy_text()
1072 end_ainfo(a); in copy_union()
1533 end_ainfo(a); in get_literal()
1947 end_ainfo(a); in hack_defines()
1952 end_ainfo(a); in hack_defines()
1965 end_ainfo(a); in hack_defines()
[all …]
H A DCHANGES58 * reader.c: clear pointer in end_ainfo() after freeing it.
65 add/use macros begin_ainfo() and end_ainfo() to reduce clutter