Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h466 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/') macro
494 #define ISDIRSEP(c) ((c) == '/') macro
/openbsd/gnu/usr.bin/cvs/emx/
H A Dconfig.h245 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/') macro
/openbsd/gnu/usr.bin/cvs/os2/
H A Dconfig.h309 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/') macro
/openbsd/gnu/lib/libreadline/examples/
H A Drlfe.c819 #define ISDIRSEP(x) ((x) == '/') macro