Home
last modified time | relevance | path

Searched refs:REL_ALIAS (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_cout.c268 case REL_ALIAS: in print_ifstat()
394 ((dl->decl.rel == REL_ALIAS) || in inline_struct()
400 if (dl->decl.rel == REL_ALIAS) in inline_struct()
558 ((dl->decl.rel == REL_ALIAS)|| in emit_struct()
560 if (dl->decl.rel == REL_ALIAS) in emit_struct()
633 case REL_ALIAS : in emit_inline()
634 emit_single_in_line(indent, decl, flag, REL_ALIAS); in emit_inline()
666 if (rel == REL_ALIAS) in emit_single_in_line()
686 if (rel == REL_ALIAS) in emit_single_in_line()
H A Drpc_util.c135 case REL_ALIAS: in fixit()
200 case REL_ALIAS: in isvectordef()
H A Drpc_parse.h80 REL_ALIAS, /* simple */ enumerator
H A Drpc_parse.c414 dec->rel = REL_ALIAS; in get_declaration()
468 dec->rel = REL_ALIAS; in get_prog_declaration()
476 dec->rel = REL_ALIAS; in get_prog_declaration()
H A Drpc_hout.c433 case REL_ALIAS: in ptypedef()
471 case REL_ALIAS: in pdeclaration()
H A Drpc_clntout.c153 if (isvectordef(type, REL_ALIAS)) { in ampr()