Searched refs:thisplugin (Results 1 – 1 of 1) sorted by relevance
980 char *pluginlist = NULL, *freeptr = NULL, *thisplugin = NULL; local983 thisplugin = freeptr = pluginlist;986 while(*thisplugin) {990 while(*thisplugin && isspace((int)*thisplugin)) thisplugin++;991 if(!(*thisplugin)) break;993 for(p = thisplugin;*p != '\0' && !isspace((int)*p); p++);1000 || strcasecmp(ptr->plug->name, thisplugin))1010 thisplugin = p+1;