Lines Matching refs:temp
182 char temp[32 * 2 + 2]; in BgPrintf() local
184 MI_CpuClear8(&temp[0], sizeof(temp)); in BgPrintf()
187 (void)OS_VSNPrintf(temp, 32 * 2 + 2, text, vlist); in BgPrintf()
190 BgPutString(x, y, palette, temp); in BgPrintf()
227 char temp[32 + 2]; in BgPrintfSub() local
229 MI_CpuClear8(&temp[0], sizeof(temp)); in BgPrintfSub()
232 (void)OS_VSNPrintf(temp, 33, text, vlist); in BgPrintfSub()
235 BgPutStringSub(x, y, palette, temp); in BgPrintfSub()
288 char temp[32 * 2 + 2]; in BgSetMessage() local
289 MI_CpuClear8(&temp[0], sizeof(temp)); in BgSetMessage()
292 (void)OS_VSNPrintf(temp, 32 * 2 + 2, message, vlist); in BgSetMessage()
296 BgPutString(4, 22, palette, temp); in BgSetMessage()
299 BgSetMessageLogSub(palette, temp); in BgSetMessage()
306 char temp[32 + 2]; in BgSetMessageSub() local
307 MI_CpuClear8(&temp[0], sizeof(temp)); in BgSetMessageSub()
310 (void)OS_VSNPrintf(temp, 33, message, vlist); in BgSetMessageSub()
313 BgSetMessageLogSub(palette, temp); in BgSetMessageSub()