HomeSort by: relevance | last modified time | path
    Searched defs:def_union (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
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_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) {

Completed in 20 milliseconds