Searched refs:tryp (Results 1 – 1 of 1) sorted by relevance
/third_party/mksh/ |
D | misc.c | 2172 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; in c_cd() local 2256 tryp = NULL; in c_cd() 2258 !getdrvwd(&tryp, ord(*dir))) { in c_cd() 2259 strpathx(dir, tryp, dir + 2, 0); in c_cd() 2260 afree(tryp, ATEMP); in c_cd() 2277 rv = chdir(tryp = Xstring(xs, xp) + phys_path); in c_cd() 2280 rv = chdir(tryp = Xstring(xs, xp)); in c_cd() 2288 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()
|