Lines Matching refs:Xstring
672 else if (dp == Xstring(ds, dp)) in expand()
719 if (dp == Xstring(ds, dp)) in expand()
814 if (dp == Xstring(ds, dp) && word != IFS_WORD) in expand()
1611 stat(Xstring(*xs, xp), &statb) < 0 ? -1 : 1)) in globit()
1616 if (mksh_lstat(Xstring(*xs, xp), &lstatb) < 0) in globit()
1623 if ((check & GF_EXCHECK) && xp > Xstring(*xs, xp) && in globit()
1634 xp > Xstring(*xs, xp) && !mksh_cdirsep(xp[-1]) && in globit()
1642 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1647 if (xp > Xstring(*xs, xp)) in globit()
1687 dirp = opendir(prefix_len ? Xstring(*xs, xp) : Tdot); in globit()
1707 xp = Xstring(*xs, xp) + prefix_len; in globit()
1769 do_tilde(Xstring(ts, tp)) : NULL; in maybe_expand_tilde()