Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c441 dec->rel = REL_ARRAY; in get_declaration()
452 if (dec->rel != REL_ARRAY && dec->rel != REL_VECTOR) { in get_declaration()
457 if (dec->rel != REL_ARRAY) { in get_declaration()
507 dec->rel = REL_ARRAY; in get_prog_declaration()
518 if (dec->rel != REL_ARRAY) { /* .x specifies just string as in get_prog_declaration()
521 dec->rel = REL_ARRAY; in get_prog_declaration()
H A Drpc_parse.h52 REL_ARRAY, /* variable length array */ enumerator
H A Drpc_hout.c448 case REL_ARRAY: in ptypedef()
511 case REL_ARRAY: in pdeclaration()
H A Drpc_cout.c259 case REL_ARRAY: in print_ifstat()
661 case REL_ARRAY: in emit_inline()
H A Drpc_util.c214 case REL_ARRAY: in isvectordef()