Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c563 DirNode *subdnode = ef_open_dir(ef, ef->path->name); in ef_match_relative_pathname() local
564 if(subdnode) { in ef_match_relative_pathname()
565 if(ef_match_relative_pathname(ef, subdnode->dr, in ef_match_relative_pathname()
567 subdnode = ef_close_dir(ef, subdnode); in ef_match_relative_pathname()
570 subdnode = ef_close_dir(ef, subdnode); in ef_match_relative_pathname()