Searched refs:UNITY_OUTPUT_CHAR (Results 1 – 2 of 2) sorted by relevance
15 void UNITY_OUTPUT_CHAR(int);82 UNITY_OUTPUT_CHAR(*pch); in UnityPrintChar()87 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()88 UNITY_OUTPUT_CHAR('r'); in UnityPrintChar()93 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()94 UNITY_OUTPUT_CHAR('n'); in UnityPrintChar()99 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()100 UNITY_OUTPUT_CHAR('x'); in UnityPrintChar()115 UNITY_OUTPUT_CHAR(*pch); in UnityPrintAnsiEscapeString()119 UNITY_OUTPUT_CHAR('m'); in UnityPrintAnsiEscapeString()[all …]
307 #ifndef UNITY_OUTPUT_CHAR310 #define UNITY_OUTPUT_CHAR(a) (void)putchar(a) macro341 #define UNITY_PRINT_EOL() UNITY_OUTPUT_CHAR('\n')