Searched refs:UNITY_OUTPUT_CHAR (Results 1 – 2 of 2) sorted by relevance
173 UNITY_OUTPUT_CHAR('\r'); \174 UNITY_OUTPUT_CHAR('\n'); \185 UNITY_OUTPUT_CHAR('\r'); \186 UNITY_OUTPUT_CHAR('\n'); \204 UNITY_OUTPUT_CHAR('\r'); \205 UNITY_OUTPUT_CHAR('\n'); \306 UNITY_OUTPUT_CHAR(*pBuffer); in UnityPrintf()330 UNITY_OUTPUT_CHAR(*pch); in UnityPrint()348 UNITY_OUTPUT_CHAR('\\'); in UnityPrint()383 UNITY_OUTPUT_CHAR('-'); in UnityPrintNumber()[all …]
252 #define UNITY_OUTPUT_CHAR(a) \ macro260 #define UNITY_OUTPUT_CHAR(a) PUTCHAR(a) macro263 #define UNITY_OUTPUT_CHAR(a) putchar(a) macro