Home
last modified time | relevance | path

Searched refs:DEBUGNAME (Results 1 - 1 of 1) sorted by relevance

/third_party/python/PC/
H A Dlauncher2.c495 #define DEBUGNAME(s) L"SearchInfo." ## s in dumpSearchInfo() macro
496 #define DEBUG(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? (search->s) : L"(null)") in dumpSearchInfo()
497 #define DEBUG_2(s, sl) _debugStringAndLength((search->s), (search->sl), DEBUGNAME(#s)) in dumpSearchInfo()
498 #define DEBUG_BOOL(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? L"True" : L"False") in dumpSearchInfo()
519 #undef DEBUGNAME in dumpSearchInfo() macro

Completed in 4 milliseconds