Lines Matching defs:extlist
52 static struct cfextra **extlist;
361 extlist = (struct cfextra **)ar_get_head(xspace);
362 if (extlist == NULL) {
373 return (errflg ? NULL : extlist);
407 ext = extlist[index];
411 if (strcmp(ept->path, extlist[index-1]->cf_ent.path) > 0) {
426 ept_i = &(extlist[i]->cf_ent);
438 if (!dup_merg(ext, extlist[i])) {
472 extlist[j] = extlist[j-1];
474 extlist[i] = ext;
535 * dryrun or other procedure which preloads the extlist. It uses an odd