Home
last modified time | relevance | path

Searched defs:ISDIRSEP (Results 1 – 1 of 1) sorted by relevance

/minix/bin/ksh/
H A Dsh.h310 # define ISDIRSEP(c) ((c) == '\\' || (c) == '/') macro
325 # define ISDIRSEP(c) ((c) == '/') macro