Home
last modified time | relevance | path

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

/third_party/mksh/
Dmisc.c1720 if (mksh_abspath(upath)) { in do_realpath()
1733 if ((tp = ksh_get_wd()) == NULL || !mksh_abspath(tp)) in do_realpath()
1840 if (!mksh_abspath(ipath)) { in do_realpath()
1955 if (mksh_abspath(file)) { in make_path()
1980 if ((!use_cdpath || !plen || !mksh_abspath(plist)) && in make_path()
2096 if (mksh_abspath(p)) in simplify_path()
2311 if (!mksh_abspath(Xstring(xs, xp))) { in c_cd()
Dmain.c438 set_current_wd((mksh_abspath(cp) && test_eval(NULL, TO_FILEQ, cp, in main_init()
1517 if ((lfp = getenv("HOME")) == NULL || !mksh_abspath(lfp)) in initio()
Dsh.h2869 #define mksh_abspath(s) __extension__({ \ macro
2889 #define mksh_abspath(s) (ord((s)[0]) == ORD('/')) macro
Dexec.c1270 if ((tp->flag&ISSET) && (all || !mksh_abspath(tp->val.s))) { in flushcom()
Dvar.c1392 if (mksh_abspath(s) && access(s, W_OK|X_OK) == 0 && in setspec()
Dfuncs.c721 if (!mksh_abspath(tp->val.s)) { in do_whence()