Searched defs:ISPATHSEP (Results 1 – 5 of 5) sorted by relevance
38 #define ISPATHSEP(c) ((c)=='\\' || (c)=='/') macro44 #define ISPATHSEP(c) ((c)=='/') macro
65 #define ISPATHSEP(c) ((c)=='/' || (c)=='\\') macro71 #define ISPATHSEP(c) ((c)=='/') macro