Lines Matching defs:plist
175 proc_list *plist;
180 for (plist = vers->procs; plist != NULL; plist = plist->next) {
181 if (!newstyle || plist->arg_num < 2) {
184 name = plist->args.argname;
186 for (l = plist->args.decls;
196 for (plist = vers->procs; plist != NULL; plist = plist->next) {
197 if (!newstyle || plist->arg_num < 2) {
205 pxdrfuncdecl(plist->args.argname, 1);