Home
last modified time | relevance | path

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

/dports/games/zoom/zoom-1.1.5/src/
H A Ddebug.h42 typedef struct debug_global debug_global; typedef
89 struct debug_global struct
170 debug_global global;
H A Ddebug.c871 debug_global g; in debug_load_symbols()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/portability/
H A Ddebug.hpp61 #define DEBUG_ON_GLOBAL stlplus::debug_global(__FILE__,__LINE__,__FUNCTION__,true)
62 #define DEBUG_OFF_GLOBAL stlplus::debug_global(__FILE__,__LINE__,__FUNCTION__,false)
88 void debug_global(const char* file, int line, const char* function, bool state = true);
H A Ddebug.cpp54 void debug_global(const char* file, int line, const char* function, bool state) in debug_global() function