Lines Matching refs:nfile
127 int nfile; /* The number of filenames stored in 'files' */ member
562 fptr += node->nfile; in pca_scan_path()
838 node->nfile = 0; in add_PathNode()
855 int nfile = node->nfile = pca_scan_dir(pc, node->dir, node->mem); in add_PathNode() local
856 if(nfile < 1) { /* No files matched or an error occurred */ in add_PathNode()
858 return nfile < 0; in add_PathNode()
890 int nfile = 0; /* The number of filenames recorded */ in pca_scan_dir() local
949 nfile++; in pca_scan_dir()
954 qsort(mem->files + mem->nfiles - nfile, nfile, sizeof(*mem->files), in pca_scan_dir()
959 return nfile; in pca_scan_dir()
1059 node->nfile = node->mem->nfiles; in pca_lookup_file()
1071 match = (char **)bsearch(pc->path->name, node->files, node->nfile, in pca_lookup_file()
1300 node->nfile = node->mem->nfiles; in CPL_MATCH_FN()
1316 top = node->nfile - 1; in CPL_MATCH_FN()
1335 while(++top < node->nfile && in CPL_MATCH_FN()
1710 for(i=0; i<node->nfile; i++) in pca_remove_marks()