Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c389 if (mksh_cdirsep(*q++)) in parse_args()
1441 while (mksh_cdirsep(*ip)) in do_realpath()
1448 while (*ip && !mksh_cdirsep(*ip)) in do_realpath()
1460 if (mksh_cdirsep(*--xp)) in do_realpath()
1483 while (mksh_cdirsep(*ip)) in do_realpath()
1543 if (ip[1] == ip[0] && !mksh_cdirsep(ip[2])) { in do_realpath()
1568 if (ip > ipath && mksh_cdirsep(ip[-1])) { in do_realpath()
1637 if (mksh_cdirsep(c) || c == '\0') in make_path()
1659 if (!mksh_cdirsep(cwd[len - 1])) in make_path()
1667 if (!mksh_cdirsep(plist[plen - 1])) in make_path()
[all …]
Dsh.h2485 (mksh_cdirsep(mksh_abspath_s[0]) || \
2489 #define mksh_cdirsep(c) __extension__({ \ macro
2497 !mksh_cdirsep(mksh_sdirsep_s[2])) ? \
2503 #define mksh_cdirsep(c) ((c) == '/') macro
Deval.c1624 mksh_cdirsep(xp[-1]) && !S_ISDIR(lstatb.st_mode) && in globit()
1634 xp > Xstring(*xs, xp) && !mksh_cdirsep(xp[-1]) && in globit()
1649 while (mksh_cdirsep(*sp)) { in globit()
Dedit.c266 !mksh_cdirsep(words[0][prefix_len - 1])) in x_print_expansions()
601 if (mksh_cdirsep(buf[p])) in x_locate_word()
756 while (p > s && mksh_cdirsep(*p)) in x_basename()
759 while (p > s && !mksh_cdirsep(*p)) in x_basename()
761 if (mksh_cdirsep(*p) && p + 1 < se) in x_basename()
2798 if (nwords == 1 && !mksh_cdirsep(words[0][nlen - 1]) && in do_complete()
5429 if (match_len > 0 && !mksh_cdirsep(match[match_len - 1]) && in complete_word()
Dmain.c275 if (mksh_cdirsep(i)) { in main_init()
Dexec.c1346 if (xp > Xstring(xs, xp) && mksh_cdirsep(xp[-1])) in search_path()