HomeSort by: relevance | last modified time | path
    Searched refs:ISDIRSEP (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
path.c 67 if (ISDIRSEP(c) || c == '\0')
90 if (!ISDIRSEP(cwd[len - 1]))
98 if (!ISDIRSEP(plist[plen - 1]))
146 while (ISDIRSEP(*t))
158 if (!t[1] || ISDIRSEP(t[1])) {
161 } else if (t[1] == '.' && (!t[2] || ISDIRSEP(t[2]))) {
169 while (--cur > start && !ISDIRSEP(*cur))
180 while (*t && !ISDIRSEP(*t))
240 while (ISDIRSEP(*p))
250 if (ISDIRSEP(*xp)
    [all...]
sh.h 147 # define ISDIRSEP(c) ((c) == '/')
148 # define ISABSPATH(s) ISDIRSEP((s)[0])
eval.c 1034 && ISDIRSEP(xp[-1]) && !S_ISDIR(lstatb.st_mode)
1047 && xp > Xstring(*xs, xp) && !ISDIRSEP(xp[-1])
1068 while (ISDIRSEP(*sp)) {
1223 while (p[0] == CHAR && !ISDIRSEP(p[1])
edit.c 484 && !ISDIRSEP(words[0][prefix_len - 1]))
760 if (ISDIRSEP(buf[p]))
843 else if (ISDIRSEP(*s))
918 for (p = se - 1; p > s && ISDIRSEP(*p); p--)
920 for (; p > s && !ISDIRSEP(*p); p--)
922 if (ISDIRSEP(*p) && p + 1 < se)
emacs.c 1803 if ((nwords == 1) && (!ISDIRSEP(words[0][nlen - 1]))) {
exec.c 1003 if ((tp->flag&ISSET) && (all || !ISDIRSEP(tp->val.s[0]))) {
vi.c 2089 if (match_len > 0 && !ISDIRSEP(match[match_len - 1]))

Completed in 19 milliseconds