Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Ddebug.hxx72 #define DBG_OUT_NULL 0 macro
228 return (pData->nTraceOut != DBG_OUT_NULL); in DbgIsTraceOut()
237 return (pData->nWarningOut != DBG_OUT_NULL); in DbgIsWarningOut()
246 return (pData->nErrorOut != DBG_OUT_NULL); in DbgIsErrorOut()
257 return DBG_OUT_NULL; in DbgGetErrorOut()
/trunk/main/tools/source/debug/
H A Ddebug.cxx175 aDbgData.nTraceOut = DBG_OUT_NULL; in DebugData()
176 aDbgData.nWarningOut = DBG_OUT_NULL; in DebugData()
1654 if ( nOut == DBG_OUT_NULL ) in DbgOut()

Completed in 33 milliseconds