Searched refs:mksh_abspath (Results 1 – 6 of 6) sorted by relevance
1720 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()
438 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()
2869 #define mksh_abspath(s) __extension__({ \ macro2889 #define mksh_abspath(s) (ord((s)[0]) == ORD('/')) macro
1270 if ((tp->flag&ISSET) && (all || !mksh_abspath(tp->val.s))) { in flushcom()
1392 if (mksh_abspath(s) && access(s, W_OK|X_OK) == 0 && in setspec()
721 if (!mksh_abspath(tp->val.s)) { in do_whence()