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

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_clntout.c121 if (!newstyle) {
135 /* newstyle, 0 argument */
182 if (newstyle && args2) {
199 if (newstyle && !args2 &&
201 /* newstyle, 0 arguments */
221 } else if (newstyle && args2) {
251 (newstyle ? "&" : ""),
252 (newstyle ? proc->args.decls->decl.name : "argp"),
261 (newstyle ? "&" : ""),
262 (newstyle
[all...]
H A Drpc_tblout.c123 if( !newstyle )
126 if( newstyle )
136 /* do we have to do something special for newstyle */
H A Drpc_util.h134 extern int newstyle;
H A Drpc_sample.c104 if(proc->arg_num < 2 && !newstyle) {
143 if (proc->arg_num < 2 && !newstyle) {
H A Drpc_hout.c172 if (!newstyle || plist->arg_num < 2) {
351 if (proc->arg_num < 2 && newstyle &&
358 if (!newstyle)
H A Drpc_main.c133 int newstyle; /* newstyle of passing arguments (by value) */ variable
1084 newstyle = 1;
1187 if (newstyle && (tblflag || cmd->tflag)) {
1188 warnx("cannot use table flags with newstyle");
H A Drpc_svcout.c339 if (!newstyle) return; /* not needed for old style */
497 if (newstyle) { /* new style: calls internal routine */
500 if (!newstyle)
H A Drpc_cout.c304 if (!newstyle || plist->arg_num < 2)
H A Drpc_parse.c202 /* multiple arguments are only allowed in newstyle */
203 if (!newstyle && num_args > 1) {

Completed in 129 milliseconds