Searched defs:IS_SEP (Results 1 – 3 of 3) sorted by relevance
55 #define IS_SEP(x) (((x) == '/') || ((x) == '\\')) macro58 #define IS_SEP(x) ((x) == '\\') macro61 #define IS_SEP(x) ((x) == '/') macro
22 #define IS_SEP(c) (c == '/' || c == '\\') macro
2198 #define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP) in _Py_normpath() macro2200 #define IS_SEP(x) (*(x) == SEP) in _Py_normpath() macro