Searched refs:pdeclaration (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.bin/rpcgen/ |
| D | rpc_hout.c | 188 pdeclaration(name, &l->decl, 1, ";\n"); in pargdef() 223 pdeclaration(name, &l->decl, 1, ";\n"); in pstructdef() 246 pdeclaration(name, &l->case_decl, 2, ";\n"); in puniondef() 250 pdeclaration(name, decl, 2, ";\n"); in puniondef() 470 pdeclaration(const char *name, declaration *dec, int tab, in pdeclaration() function
|
| D | rpc_util.h | 145 void pdeclaration(const char *, declaration *, int, const char *);
|
| D | rpc_clntout.c | 139 pdeclaration(proc->args.argname, in printarglist()
|