Home
last modified time | relevance | path

Searched refs:UNITY_OUTPUT_CHAR (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/unity/
Dunity.c15 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 …]
Dunity_internals.h307 #ifndef UNITY_OUTPUT_CHAR
310 #define UNITY_OUTPUT_CHAR(a) (void)putchar(a) macro
341 #define UNITY_PRINT_EOL() UNITY_OUTPUT_CHAR('\n')