Lines Matching refs:Xstring
678 else if (dp == Xstring(ds, dp)) in expand()
725 if (dp == Xstring(ds, dp)) in expand()
820 if (dp == Xstring(ds, dp) && word != IFS_WORD) in expand()
1622 stat(Xstring(*xs, xp), &statb) < 0 ? -1 : 1)) in globit()
1627 if (mksh_lstat(Xstring(*xs, xp), &lstatb) < 0) in globit()
1634 if ((check & GF_EXCHECK) && xp > Xstring(*xs, xp) && in globit()
1645 xp > Xstring(*xs, xp) && !mksh_cdirsep(xp[-1]) && in globit()
1653 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1658 if (xp > Xstring(*xs, xp)) in globit()
1698 dirp = opendir(prefix_len ? Xstring(*xs, xp) : Tdot); in globit()
1717 xp = Xstring(*xs, xp) + prefix_len; in globit()
1779 do_tilde(Xstring(ts, tp)) : NULL; in maybe_expand_tilde()