Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c394 if (mksh_cdirsep(*q++)) in parse_args()
1446 while (mksh_cdirsep(*ip)) in do_realpath()
1453 while (*ip && !mksh_cdirsep(*ip)) in do_realpath()
1465 if (mksh_cdirsep(*--xp)) in do_realpath()
1488 while (mksh_cdirsep(*ip)) in do_realpath()
1574 if (ip > ipath && mksh_cdirsep(ip[-1])) { in do_realpath()
1643 if (mksh_cdirsep(c) || c == '\0') in make_path()
1665 if (!mksh_cdirsep(cwd[len - 1])) in make_path()
1673 if (!mksh_cdirsep(plist[plen - 1])) in make_path()
1732 while (mksh_cdirsep(*ip)) in simplify_path()
[all …]
Deval.c1579 mksh_cdirsep(xp[-1]) && !S_ISDIR(lstatb.st_mode) && in globit()
1589 xp > Xstring(*xs, xp) && !mksh_cdirsep(xp[-1]) && in globit()
1604 while (mksh_cdirsep(*sp)) { in globit()
1716 while (p[0] == CHAR && !mksh_cdirsep(p[1]) && in maybe_expand_tilde()
Dedit.c262 !mksh_cdirsep(words[0][prefix_len - 1])) in x_print_expansions()
597 if (mksh_cdirsep(buf[p])) in x_locate_word()
752 while (p > s && mksh_cdirsep(*p)) in x_basename()
755 while (p > s && !mksh_cdirsep(*p)) in x_basename()
757 if (mksh_cdirsep(*p) && p + 1 < se) in x_basename()
2789 if (nwords == 1 && !mksh_cdirsep(words[0][nlen - 1]) && in do_complete()
5414 if (match_len > 0 && !mksh_cdirsep(match[match_len - 1]) && in complete_word()
Dsh.h2430 (mksh_cdirsep(mksh_abspath_s[0]) || \
2434 #define mksh_cdirsep(c) __extension__({ \ macro
2447 #define mksh_cdirsep(c) ((c) == '/') macro
Dmain.c230 if (mksh_cdirsep(i)) { in main_init()