Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c366 if (mksh_cdirsep(*q++)) in parse_args()
1689 while (mksh_cdirsep(*ip)) in do_realpath()
1696 while (*ip && !mksh_cdirsep(*ip)) in do_realpath()
1709 if (mksh_cdirsep(*--xp)) in do_realpath()
1732 while (mksh_cdirsep(*ip)) in do_realpath()
1804 if (ip[1] == ip[0] && !mksh_cdirsep(ip[2])) { in do_realpath()
1837 if (ip > ipath && mksh_cdirsep(ip[-1])) { in do_realpath()
1906 if (mksh_cdirsep(c) || c == '\0') in make_path()
1928 if (!mksh_cdirsep(cwd[len - 1])) in make_path()
1936 if (!mksh_cdirsep(plist[plen - 1])) in make_path()
[all …]
Dsh.h2765 (mksh_cdirsep(mksh_abspath_s[0]) || \
2767 mksh_cdirsep(mksh_abspath_s[2]))); \
2769 #define mksh_cdirsep(c) __extension__({ \ macro
2777 !mksh_cdirsep(mksh_vdirsep_s[2])) ? (!0) : \
2784 #define mksh_cdirsep(c) (ord(c) == ORD('/')) macro
Deval.c1635 mksh_cdirsep(xp[-1]) && !S_ISDIR(lstatb.st_mode) && in globit()
1645 xp > Xstring(*xs, xp) && !mksh_cdirsep(xp[-1]) && in globit()
1660 while (mksh_cdirsep(*sp)) { in globit()
Dedit.c267 !mksh_cdirsep(words[0][prefix_len - 1])) in x_print_expansions()
601 if (mksh_cdirsep(buf[p])) in x_locate_word()
757 while (p > s && mksh_cdirsep(*p)) in x_basename()
760 while (p > s && !mksh_cdirsep(*p)) in x_basename()
762 if (mksh_cdirsep(*p) && p + 1 < se) in x_basename()
2807 if (nwords == 1 && !mksh_cdirsep(words[0][nlen - 1]) && in do_complete()
5448 if (match_len > 0 && !mksh_cdirsep(match[match_len - 1]) && in complete_word()
Dmain.c275 if (mksh_cdirsep(i)) { in main_init()
Dexec.c1353 if (xp > Xstring(xs, xp) && mksh_cdirsep(xp[-1])) in search_path()