Home | History | Annotate | Download | only in rpcgen

Lines Matching defs:plist

155 	proc_list *plist;
174 plist = ALLOC(proc_list);
175 get_type(&plist->res_prefix, &plist->res_type,
177 if (streq(plist->res_type, "opaque")) {
181 plist->proc_name = tok.str;
193 plist->args.decls = decls;
220 plist->proc_num = tok.str;
221 plist->arg_num = num_args;
222 *ptailp = plist;
223 ptailp = &plist->next;
234 for (plist = vlist->procs; plist != NULL;
235 plist = plist->next) {
236 plist->args.argname = make_argname(plist->proc_name,