Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.h49 enum defkind { enum
58 typedef enum defkind defkind; typedef
161 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(char **, char **, defkind);
566 get_declaration(declaration *dec, defkind dkind) in get_declaration()
615 get_prog_declaration(declaration *dec, defkind dkind, int num) in get_prog_declaration()
686 get_type(char **prefixp, char **typep, defkind dkind) in get_type()