Searched defs:debug (Results 1 – 3 of 3) sorted by relevance
41 #define debug(fmt,args...) printf(fmt, ##args) macro43 #define debug(fmt,args...) macro
1014 QString head, debug, help; in menuInfo() local1069 QString debug; in debug_info() local
1204 debug(const char *msg, ...) in debug() function