Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h135 declaration *default_decl; member
H A Drpc_parse.c328 defp->def.un.default_decl = XALLOC(declaration); in def_union()
329 *defp->def.un.default_decl = dec; in def_union()
333 defp->def.un.default_decl = NULL; in def_union()
H A Drpc_hout.c215 decl = def->def.un.default_decl; in puniondef()
H A Drpc_cout.c339 dflt = def->def.un.default_decl; in emit_union()