HomeSort by: relevance | last modified time | path
    Searched defs:phys_path (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
c_ksh.c 30 int phys_path; local in function:c_cd
112 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);
115 rval = chdir(try = Xstring(xs, xp) + phys_path);

Completed in 12 milliseconds