Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/common/src/
Dutil.c34 static char recent_output[24][32 + 1]; variable
274 MI_CpuClear8(recent_output, sizeof(recent_output)); in ClearLine()
292 MI_CpuFill8(recent_output[y], ' ', sizeof(recent_output[y])); in PrintLine()
293 (void)OS_VSNPrintf(&recent_output[y][x], (size_t) (32 - x), text, va); in PrintLine()
311 PrintString(0, y, COLOR_WHITE, recent_output[y]); in FlushLine()