Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
HDrpc_parse.h66 enum defkind { enum
74 typedef enum defkind defkind; typedef
175 defkind def_kind;
HDrpc_parse.c53 static void get_declaration(declaration *, defkind);
54 static void get_prog_declaration(declaration *, defkind, int);
55 static void get_type(const char **, const char **, defkind);
414 get_declaration(declaration *dec, defkind dkind) in get_declaration()
462 get_prog_declaration(declaration *dec, defkind dkind, int num) in get_prog_declaration()
528 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type()