Lines Matching defs:console

79 SDK_WEAK_SYMBOL void OS_FPutChar(int console, char c)  in OS_FPutChar()
141 static void OS_FPutStringInit(int console, const char *str) in OS_FPutStringInit()
190 static void OS_FPutStringDummy(int console, const char *str) in OS_FPutStringDummy()
209 static void OS_FPutStringAris(int console, const char *str) in OS_FPutStringAris()
245 static void OS_FPutStringISD(int console, const char *str) in OS_FPutStringISD()
275 static void OS_FPutStringISTD(int console, const char *str) in OS_FPutStringISTD()
321 SDK_WEAK_SYMBOL void OS_VFPrintf(int console, const char *fmt, va_list vlist) in OS_VFPrintf()
331 SDK_WEAK_SYMBOL void OS_VFPrintf(int console, const char *fmt, va_list vlist) in OS_VFPrintf()
340 SDK_WEAK_SYMBOL void OS_TVFPrintf(int console, const char *fmt, va_list vlist) in OS_TVFPrintf()
349 SDK_WEAK_SYMBOL void OS_TVFPrintfEx(int console, const char *fmt, va_list vlist) in OS_TVFPrintfEx()
378 SDK_WEAK_SYMBOL void OS_FPrintf(int console, const char *fmt, ...) in OS_FPrintf()
396 SDK_WEAK_SYMBOL void OS_TFPrintf(int console, const char *fmt, ...) in OS_TFPrintf()
414 SDK_WEAK_SYMBOL void OS_TFPrintfEx(int console, const char *fmt, ...) in OS_TFPrintfEx()
514 SDK_WEAK_SYMBOL void OSi_FWarning(int console, const char *file, int line, const char *fmt, ...) in OSi_FWarning()
526 SDK_WEAK_SYMBOL void OSi_TFWarning(int console, const char *file, int line, const char *fmt, ...) in OSi_TFWarning()
551 SDK_WEAK_SYMBOL void OSi_FPanic(int console, const char *file, int line, const char *fmt, ...) in OSi_FPanic()
563 SDK_WEAK_SYMBOL void OSi_TFPanic(int console, const char *file, int line, const char *fmt, ...) in OSi_TFPanic()
678 static void OS_FPutStringPrnSrv(int console, const char *str) in OS_FPutStringPrnSrv()