Lines Matching defs:t
17 #define DBG_MSG(t) (void)fprintf(stderr,\ argument
21 #define DBG_STRN(t,m) (void)fprintf(stderr,\ argument
49 #define DBG_UNICODE(t) vPrintUnicode(__FILE__, __LINE__,\ argument
51 #define DBG_UNICODE_N(t,m) vPrintUnicode(__FILE__, __LINE__,\ argument
54 #define DBG_MSG_C(c,t) do { if (c) DBG_MSG(t); } while(0) argument
55 #define DBG_STRN_C(c,t,m) do { if (c) DBG_STRN(t,m); } while(0) argument
63 #define DBG_MSG(t) /* EMPTY */ argument
64 #define DBG_STRN(t,m) /* EMPTY */ argument
72 #define DBG_UNICODE(t) /* EMPTY */ argument
73 #define DBG_UNICODE_N(t,m) /* EMPTY */ argument
75 #define DBG_MSG_C(c,t) /* EMPTY */ argument
76 #define DBG_STRN_C(c,t,m) /* EMPTY */ argument
84 #define NO_DBG_MSG(t) /* EMPTY */ argument
85 #define NO_DBG_STRN(t,m) /* EMPTY */ argument
92 #define NO_DBG_UNICODE(t) /* EMPTY */ argument
93 #define NO_DBG_UNICODE_N(t,m) /* EMPTY */ argument
95 #define NO_DBG_MSG_C(c,t) /* EMPTY */ argument
96 #define NO_DBG_STRN_C(c,t,m) /* EMPTY */ argument
104 #define TRACE_MSG(t) do {\ argument
113 #define TRACE_MSG(t) /* EMPTY */ argument