Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h64 enum defkind { enum
72 typedef enum defkind defkind; typedef
173 defkind def_kind;
H A Drpc_parse.c50 static void get_declaration( declaration *, defkind );
51 static void get_prog_declaration( declaration *, defkind, int );
52 static void get_type(const char **, const char **, defkind);
409 get_declaration(declaration *dec, defkind dkind) in get_declaration()
460 get_prog_declaration(declaration *dec, defkind dkind, int num) in get_prog_declaration()
531 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type()