Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dpath.c207 get_phys_path(pathx) in get_phys_path() function
H A Dproto.h211 char *get_phys_path ARGS((const char *));
H A Dc_ksh.c148 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp))))
198 p = current_wd[0] ? (physical ? get_phys_path(current_wd) : current_wd)