Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c2327 #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x)) in _Py_skiproot() macro
2507 #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x)) in _Py_normpath_and_size() macro