Lines Matching refs:ExpandFile
101 struct ExpandFile { struct
115 static int ef_record_pathname(ExpandFile *ef, const char *pathname, argument
117 static char *ef_cache_pathname(ExpandFile *ef, const char *pathname,
119 static void ef_clear_files(ExpandFile *ef);
121 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname);
122 static DirNode *ef_close_dir(ExpandFile *ef, DirNode *node);
123 static char *ef_expand_special(ExpandFile *ef, const char *path, int pathlen);
124 static int ef_match_relative_pathname(ExpandFile *ef, DirReader *dr,
162 ExpandFile *new_ExpandFile(void) in new_ExpandFile()
164 ExpandFile *ef; /* The object to be returned */ in new_ExpandFile()
168 ef = (ExpandFile *) malloc(sizeof(ExpandFile)); in new_ExpandFile()
241 ExpandFile *del_ExpandFile(ExpandFile *ef) in del_ExpandFile()
348 FileExpansion *ef_expand_file(ExpandFile *ef, const char *path, int pathlen) in ef_expand_file()
498 static int ef_match_relative_pathname(ExpandFile *ef, DirReader *dr, in ef_match_relative_pathname()
599 static int ef_record_pathname(ExpandFile *ef, const char *pathname, in ef_record_pathname()
647 static char *ef_cache_pathname(ExpandFile *ef, const char *pathname, in ef_cache_pathname()
664 static void ef_clear_files(ExpandFile *ef) in ef_clear_files()
685 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname) in ef_open_dir()
771 static DirNode *ef_close_dir(ExpandFile *ef, DirNode *node) in ef_close_dir()
1043 static char *ef_expand_special(ExpandFile *ef, const char *path, int pathlen) in ef_expand_special()
1230 const char *ef_last_error(ExpandFile *ef) in ef_last_error()