Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/system/
H A Dzorba_properties.h87 bool theDebug; variable
131 theDebug = false; in initialize()
173 const bool &debug () const { return theDebug; } in debug()
352 theDebug = true; in load_argv()
H A Dproperties.h66 void setDebugMode(bool mode){ theDebug = mode; } in setDebugMode()
/dports/textproc/zorba/zorba-2.7.0/bin/
H A Dzorbacmdproperties_base.h74 bool theDebug; variable
108 theDebug = false; in initialize()
145 const bool &debug () const { return theDebug; } in debug()
330 theDebug = true; in load_argv()
H A Dzorbacmdproperties.h98 bool isDebug(){ return theDebug; } in isDebug()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_IncAllocator.cxx80 Standard_EXPORT void IncAllocator_SetDebugFlag(const Standard_Boolean theDebug) in IncAllocator_SetDebugFlag() argument
82 IS_DEBUG = theDebug; in IncAllocator_SetDebugFlag()
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_PolyAlgo.hxx181 void Debug (const Standard_Boolean theDebug) { myDebug = theDebug; } in Debug() argument
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DHLRBRep_PolyAlgo.hxx181 void Debug (const Standard_Boolean theDebug) { myDebug = theDebug; } in Debug() argument
/dports/devel/gdcm/gdcm-3.0.10/Applications/Cxx/
H A Dgdcmscu.cxx456 const bool theDebug = debug != 0; in main() local
462 gdcm::Trace::SetDebug( theDebug ); in main()