Home
last modified time | relevance | path

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

/dports/devel/distcc/distcc-3.3.5/include_server/
H A Dmacro_eval.py139 DEBUG_TRACE2 = basics.DEBUG_TRACE2 variable
166 Debug(DEBUG_TRACE2,
170 Debug(DEBUG_TRACE2, """_SubstituteSymbolInString (result): "%s" """, result)
228 Debug(DEBUG_TRACE2, "EvalExprHelper: expr: %s", expr)
274 Debug(DEBUG_TRACE2,
340 Debug(DEBUG_TRACE2,
H A Dparse_file.py40 DEBUG_TRACE2 = basics.DEBUG_TRACE2 variable
204 Debug(DEBUG_TRACE2, "_ParseFine %s",
H A Dcache_basics.py221 DEBUG_TRACE2 = basics.DEBUG_TRACE2 variable
729 Debug(DEBUG_TRACE2, "Resolve: includepath: '%s', currdir: '%s', "
794 if __debug__: Debug(DEBUG_TRACE2, "Resolve: failed")
H A Dbasics.py271 DEBUG_TRACE2 = 8 # For tracing functions (lower level) variable
295 elif i & DEBUG_TRACE2 & triggered: