Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.c438 dec->rel = REL_ARRAY; in get_declaration()
448 if (dec->rel != REL_ARRAY && dec->rel != REL_VECTOR) { in get_declaration()
452 if (dec->rel != REL_ARRAY) { in get_declaration()
505 dec->rel = REL_ARRAY; in get_prog_declaration()
516 if (dec->rel != REL_ARRAY) { in get_prog_declaration()
522 dec->rel = REL_ARRAY; in get_prog_declaration()
H A Drpc_parse.h78 REL_ARRAY, /* variable length array */ enumerator
H A Drpc_hout.c420 case REL_ARRAY: in ptypedef()
481 case REL_ARRAY: in pdeclaration()
H A Drpc_util.c196 case REL_ARRAY: in isvectordef()
H A Drpc_cout.c238 case REL_ARRAY: in print_ifstat()