Searched defs:SPC_START (Results 1 – 2 of 2) sorted by relevance
216 #define SPC_START(str) do {if (mha_debug & SPC_SHOWSTART) printf str;}while (0) macro 228 #define SPC_START(str) macro
229 #define SPC_START(s) SPC_PRINT(SPC_SHOWSTART, s) macro