Searched refs:defkind (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/rpcgen/
H A Drpc_parse.h38 enum defkind { enum
46 typedef enum defkind defkind; typedef in typeref:enum:defkind
147 defkind def_kind;
H A Drpc_parse.c67 static void get_declaration(declaration *, defkind);
68 static void get_prog_declaration(declaration *, defkind, int);
69 static void get_type(const char **, const char **, defkind);
411 get_declaration(declaration *dec, defkind dkind)
464 get_prog_declaration(declaration *dec, defkind dkind, int num /* arg number */)
531 get_type(const char **prefixp, const char **typep, defkind dkind)

Completed in 76 milliseconds