Searched refs:newstyle (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_clntout.c122 if (!newstyle) { /* old style: always pass argument by
236 if (newstyle && args2) {
252 if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) {
253 /* newstyle, 0 arguments */
268 if (newstyle && args2) {
269 /* newstyle, multiple arguments: stuff arguments into
293 (newstyle ? "&" : ""),
294 (newstyle ? proc->args.decls->decl.name : "argp"),
301 (newstyle ? "&" : ""),
302 (newstyle
[all...]
H A Drpc_tblout.c132 if (!newstyle)
135 if (newstyle)
146 * newstyle */
H A Drpc_util.h78 extern int newstyle;
H A Drpc_sample.c108 if (proc->arg_num < 2 && !newstyle) {
159 if (proc->arg_num < 2 && !newstyle) {
H A Drpc_hout.c171 if (!newstyle || plist->arg_num < 2) {
356 if (proc->arg_num < 2 && newstyle &&
362 if (!newstyle)
H A Drpc_main.c124 int newstyle; /* newstyle of passing arguments (by value) */ variable
994 newstyle = 1;
1095 if (newstyle && (tblflag || cmd->tflag)) {
1096 f_print(stderr, "Cannot use table flags with newstyle!\n");
H A Drpc_svcout.c315 if (!newstyle)
529 if (newstyle) /* new style: calls internal routine */
H A Drpc_cout.c350 if (!newstyle || plist->arg_num < 2)
H A Drpc_parse.c211 /* multiple arguments are only allowed in newstyle */
212 if (!newstyle && num_args > 1) {

Completed in 69 milliseconds