Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.h121 declaration enum_decl; member
H A Drpc_cout.c321 print_stat(1, &def->def.un.enum_decl); in emit_union()
322 f_print(fout, "\tswitch (objp->%s) {\n", def->def.un.enum_decl.name); in emit_union()
H A Drpc_hout.c208 decl = &def->def.un.enum_decl; in puniondef()
H A Drpc_parse.c445 defp->def.un.enum_decl = dec; in def_union()