Lines Matching defs:ef
164 ExpandFile *ef; /* The object to be returned */ in new_ExpandFile() local
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()