Searched refs:DEBUGOUTPUT (Results 1 – 3 of 3) sorted by relevance
79 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro82 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
108 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro111 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
129 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro132 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \