Searched refs:strpathx (Results 1 – 4 of 4) sorted by relevance
/third_party/mksh/ |
D | misc.c | 1729 strpathx(ipath, ldest, upath + 2, 0); in do_realpath() 1735 strpathx(ipath, tp, upath, 1); in do_realpath() 1837 strpathx(tp, ldest, ip, 0); in do_realpath() 2259 strpathx(dir, tryp, dir + 2, 0); in c_cd()
|
D | main.c | 1519 strpathx(lfp, lfp, "mksh-dbg.txt", 1); in initio() 2081 strpathx(xp, MKSH_ENVDIR, dent->d_name, 1); in init_environ()
|
D | sh.h | 731 #define strpathx(d,s1,s2,cond) do { \ macro
|
D | edit.c | 361 strpathx(cp, dp, cp, 1); in x_glob_hlp_tilde_and_rem_qchar()
|