Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_cout.c277 case REL_ALIAS: in print_ifstat()
441 (dc->rel == REL_ALIAS || dc->rel == REL_VECTOR)) { in inline_type()
520 if (dl->decl.rel == REL_ALIAS) in inline_struct()
750 case REL_ALIAS : in emit_inline()
751 emit_single_in_line(indent, decl, flag, REL_ALIAS); in emit_inline()
775 case REL_ALIAS : in emit_inline64()
776 emit_single_in_line64(indent, decl, flag, REL_ALIAS); in emit_inline64()
806 if (rel == REL_ALIAS) in emit_single_in_line()
831 if (rel == REL_ALIAS) in emit_single_in_line()
853 if (rel == REL_ALIAS) in emit_single_in_line64()
[all …]
H A Drpc_parse.c176 if (decp->rel != REL_POINTER && decp->rel != REL_ALIAS) in is_self_reference()
222 if (decp->rel == REL_POINTER && dp->def.ty.rel != REL_ALIAS) in is_self_reference()
224 if (decp->rel == REL_ALIAS && in is_self_reference()
225 (dp->def.ty.rel != REL_ALIAS && in is_self_reference()
228 if (decp->rel != REL_ALIAS && decp->rel != REL_POINTER) in is_self_reference()
236 if (decp->rel == REL_ALIAS) in is_self_reference()
571 dec->rel = REL_ALIAS; in get_declaration()
623 dec->rel = REL_ALIAS; in get_prog_declaration()
631 dec->rel = REL_ALIAS; in get_prog_declaration()
H A Drpc_util.c142 case REL_ALIAS: in fixit()
205 case REL_ALIAS: in isvectordef()
H A Drpc_parse.h66 REL_ALIAS /* simple */ enumerator
H A Drpc_hout.c475 case REL_ALIAS: in ptypedef()
512 case REL_ALIAS: in pdeclaration()
H A Drpc_clntout.c223 if (isvectordef(type, REL_ALIAS)) { in ampr()