bin/ksh/edit.c
983
*xp++ = DIRSEP;
bin/ksh/eval.c
1056
*xp++ = DIRSEP;
bin/ksh/eval.c
1067
*xp++ = DIRSEP;
bin/ksh/exec.c
1076
*xp++ = DIRSEP;
bin/ksh/path.c
164
*cur++ = DIRSEP;
bin/ksh/path.c
177
*cur++ = DIRSEP;
bin/ksh/path.c
221
Xput(xs, xp, DIRSEP);
bin/ksh/path.c
257
Xput(*xsp, xp, DIRSEP);
bin/ksh/path.c
91
Xput(*xsp, xp, DIRSEP);
bin/ksh/path.c
99
Xput(*xsp, xp, DIRSEP);
bin/ksh/sh.h
154
# define ksh_strchr_dirsep(p) strchr(p, DIRSEP)
bin/ksh/sh.h
155
# define ksh_strrchr_dirsep(p) strrchr(p, DIRSEP)