Searched refs:UNITY_OUTPUT_CHAR (Results 1 – 2 of 2) sorted by relevance
19 void UNITY_OUTPUT_CHAR(int);86 UNITY_OUTPUT_CHAR(*pch); in UnityPrintChar()91 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()92 UNITY_OUTPUT_CHAR('r'); in UnityPrintChar()97 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()98 UNITY_OUTPUT_CHAR('n'); in UnityPrintChar()103 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()104 UNITY_OUTPUT_CHAR('x'); in UnityPrintChar()119 UNITY_OUTPUT_CHAR(*pch); in UnityPrintAnsiEscapeString()123 UNITY_OUTPUT_CHAR('m'); in UnityPrintAnsiEscapeString()[all …]
262 #ifndef UNITY_OUTPUT_CHAR265 #define UNITY_OUTPUT_CHAR(a) (void)putchar(a) macro296 #define UNITY_PRINT_EOL() UNITY_OUTPUT_CHAR('\n')