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

/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_parse.h69 enum defkind { enum
77 typedef enum defkind defkind; typedef in typeref:enum:defkind
178 defkind def_kind;
H A Drpc_parse.c60 static void get_declaration( declaration *, defkind );
61 static void get_prog_declaration( declaration *, defkind, int );
62 static void get_type(const char **, const char **, defkind);
419 get_declaration(declaration *dec, defkind dkind)
470 get_prog_declaration(declaration *dec, defkind dkind, int num)
541 get_type(const char **prefixp, const char **typep, defkind dkind)

Completed in 54 milliseconds