HomeSort by: relevance | last modified time | path
    Searched defs:num_args (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.c 157 int num_args; local in function:def_program
184 num_args = 1;
189 get_prog_declaration(&dec, DEF_PROGRAM, num_args);
198 num_args++;
200 num_args);
209 if (!newstyle && num_args > 1) {
212 if (isvoid && num_args > 1) {
221 plist->arg_num = num_args;
rpc_parse.c 157 int num_args; local in function:def_program
184 num_args = 1;
189 get_prog_declaration(&dec, DEF_PROGRAM, num_args);
198 num_args++;
200 num_args);
209 if (!newstyle && num_args > 1) {
212 if (isvoid && num_args > 1) {
221 plist->arg_num = num_args;

Completed in 55 milliseconds