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

  /src/usr.bin/rpcgen/
rpc_parse.c 67 static void get_declaration(declaration *, defkind);
134 get_declaration(&dec, DEF_STRUCT);
305 get_declaration(&dec, DEF_UNION);
331 get_declaration(&dec, DEF_UNION);
343 get_declaration(&dec, DEF_UNION);
401 get_declaration(&dec, DEF_TYPEDEF);
411 get_declaration(declaration *dec, defkind dkind) function in typeref:typename:void
rpc_parse.c 67 static void get_declaration(declaration *, defkind);
134 get_declaration(&dec, DEF_STRUCT);
305 get_declaration(&dec, DEF_UNION);
331 get_declaration(&dec, DEF_UNION);
343 get_declaration(&dec, DEF_UNION);
401 get_declaration(&dec, DEF_TYPEDEF);
411 get_declaration(declaration *dec, defkind dkind) function in typeref:typename:void

Completed in 61 milliseconds