Home
last modified time | relevance | path

Searched refs:REL_ARRAY (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/rpcgen/
H A Drpc_parse.c594 dec->rel = REL_ARRAY; in get_declaration()
604 if (dec->rel != REL_ARRAY && dec->rel != REL_VECTOR) { in get_declaration()
608 if (dec->rel != REL_ARRAY) { in get_declaration()
662 dec->rel = REL_ARRAY; in get_prog_declaration()
673 if (dec->rel != REL_ARRAY) { in get_prog_declaration()
679 dec->rel = REL_ARRAY; in get_prog_declaration()
H A Drpc_parse.h64 REL_ARRAY, /* variable length array */ enumerator
H A Drpc_hout.c462 case REL_ARRAY: in ptypedef()
522 case REL_ARRAY: in pdeclaration()
H A Drpc_util.c201 case REL_ARRAY: in isvectordef()
H A Drpc_cout.c251 case REL_ARRAY: in print_ifstat()