Home
last modified time | relevance | path

Searched refs:ef_record_pathname (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c113 static int ef_record_pathname(ExpandFile *ef, const char *pathname,
404 if(ef_record_pathname(ef, path, 1)) in ef_expand_file()
424 if(ef_record_pathname(ef, FS_ROOT_DIR, 0)) in ef_expand_file()
542 if(ef_record_pathname(ef, ef->path->name, 0)) in ef_match_relative_pathname()
557 if(ef_record_pathname(ef, ef->path->name, 0)) in ef_match_relative_pathname()
597 static int ef_record_pathname(ExpandFile *ef, const char *pathname, in ef_record_pathname() function