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

  /src/usr.bin/rpcgen/
rpc_parse.h 40 DEF_STRUCT,
rpc_hout.c 83 case DEF_STRUCT:
116 case DEF_STRUCT:
131 case DEF_STRUCT:
rpc_parse.c 60 static void def_struct(definition *);
85 def_struct(defp);
120 def_struct(definition *defp) function in typeref:typename:void
127 defp->def_kind = DEF_STRUCT;
134 get_declaration(&dec, DEF_STRUCT);
187 * get_prog_declaration and DEF_STRUCT in the next
199 get_prog_declaration(&dec, DEF_STRUCT,
rpc_cout.c 107 case DEF_STRUCT:

Completed in 16 milliseconds