HomeSort by: relevance | last modified time | path
    Searched refs:DEF_UNION (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.h 41 DEF_UNION,
rpc_parse.c 64 static void def_union(definition *);
88 def_union(defp);
293 def_union(definition *defp) function in typeref:typename:void
300 defp->def_kind = DEF_UNION;
305 get_declaration(&dec, DEF_UNION);
331 get_declaration(&dec, DEF_UNION);
343 get_declaration(&dec, DEF_UNION);
564 if (dkind != DEF_UNION && dkind != DEF_PROGRAM) {
rpc_hout.c 86 case DEF_UNION:
115 case DEF_UNION:
130 case DEF_UNION:
rpc_cout.c 101 case DEF_UNION:

Completed in 13 milliseconds