Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c119 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname);
444 dnode = ef_open_dir(ef, dirname); in ef_expand_file()
563 DirNode *subdnode = ef_open_dir(ef, ef->path->name); in ef_match_relative_pathname()
683 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname) in ef_open_dir() function