Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.h123 declaration *default_decl; member
H A Drpc_parse.c487 defp->def.un.default_decl = calloc(1, sizeof (declaration)); in def_union()
488 *defp->def.un.default_decl = dec; in def_union()
492 defp->def.un.default_decl = NULL; in def_union()
H A Drpc_hout.c218 decl = def->def.un.default_decl; in puniondef()
H A Drpc_cout.c347 dflt = def->def.un.default_decl; in emit_union()