Home
last modified time | relevance | path

Searched refs:ISSLASHW (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dposixmodule.c1585 #define ISSLASHW(c) ((c) == L'\\' || (c) == L'/') macro
1616 #define ISSLASH ISSLASHW in IsUNCRootW()