Searched refs:decl_list (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_parse.h | 99 struct decl_list { struct 101 struct decl_list *next; argument 103 typedef struct decl_list decl_list; typedef 106 decl_list *decls; 107 decl_list *tail; 129 decl_list *decls;
|
H A D | rpc_cout.c | 297 decl_list *dl; in emit_program() 377 int size, int flag, decl_list *dl, decl_list *cur) in expand_inline() 379 decl_list *psav; in expand_inline() 506 inline_struct(decl_list *dl, decl_list *last, int flag, int indent) in inline_struct() 509 decl_list *cur; in inline_struct() 567 check_inline(decl_list *dl, int inlinelen, int *have_vector) in check_inline() 600 decl_list *dl; in emit_struct_tail_recursion() 684 decl_list *dl = def->def.st.decls; in emit_struct()
|
H A D | rpc_parse.c | 249 decl_list *decls; in def_struct() 250 decl_list **tailp, *endp; in def_struct() 261 decls = calloc(1, sizeof (decl_list)); in def_struct() 288 decl_list *decls; in def_program() 289 decl_list **tailp; in def_program() 331 decls = calloc(1, sizeof (decl_list)); in def_program() 340 decls = calloc(1, sizeof (decl_list)); in def_program()
|
H A D | rpc_hout.c | 165 decl_list *l; in pargdef() 190 decl_list *l; in pstructdef() 381 decl_list *dl; in parglist()
|
H A D | rpc_clntout.c | 115 decl_list *l; in printarglist() 233 decl_list *l; in printbody()
|
H A D | rpc_sample.c | 86 decl_list *l; in write_sample_client()
|
H A D | rpc_svcout.c | 351 decl_list *l; in write_real_program()
|