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

/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.c409 get_declaration(declaration *dec, defkind dkind) argument
413 get_type(&dec->prefix, &dec->type, dkind);
460 get_prog_declaration(declaration *dec, defkind dkind, int num) argument
465 if (dkind == DEF_PROGRAM) {
475 get_type(&dec->prefix, &dec->type, dkind);
531 get_type(const char **prefixp, const char **typep, defkind dkind) argument
565 if (dkind != DEF_UNION && dkind != DEF_PROGRAM) {

Completed in 62 milliseconds