Home | History | Annotate | Download | only in rpcgen

Lines Matching defs:plist

166 print_prog_header(proc_list *plist)
168 print_generic_header(plist->args.argname, 1);
318 proc_list *plist;
321 for (plist = vlist->procs; plist != NULL; plist = plist->next) {
322 if (!newstyle || plist->arg_num < 2)
325 print_prog_header(plist);
326 for (dl = plist->args.decls; dl != NULL;