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

/netbsd-current/usr.bin/rpcgen/
H A Drpc_cout.c289 case REL_ALIAS:
417 ((dl->decl.rel == REL_ALIAS) || (dl->decl.rel == REL_VECTOR))) {
419 if (dl->decl.rel == REL_ALIAS)
455 if ((dl->decl.prefix == NULL) && ((ptr = find_type(dl->decl.type)) != NULL) && ((dl->decl.rel == REL_ALIAS) || (dl->decl.rel == REL_VECTOR))) {
460 if (dl->decl.rel == REL_ALIAS)
646 case REL_ALIAS:
647 emit_single_in_line(decl, flag, REL_ALIAS);
678 if (rel == REL_ALIAS)
696 if (rel == REL_ALIAS)
H A Drpc_parse.h54 REL_ALIAS, /* simple */ enumerator in enum:relation
H A Drpc_clntout.c158 if (isvectordef(type, REL_ALIAS)) {
168 if (isvectordef(type, REL_ALIAS)) {
H A Drpc_hout.c384 if (!isvectordef(proc->res_type, REL_ALIAS))
461 case REL_ALIAS:
501 case REL_ALIAS:
H A Drpc_util.c152 case REL_ALIAS:
218 case REL_ALIAS:
H A Drpc_parse.c416 dec->rel = REL_ALIAS;
472 dec->rel = REL_ALIAS;
480 dec->rel = REL_ALIAS;
H A Drpc_svcout.c972 if (isvectordef(type, REL_ALIAS)) {

Completed in 240 milliseconds