Lines Matching refs:file
106 void OSi_FWarning(int console, const char *file, int line, const char *fmt, ...);
107 void OSi_TFWarning(int console, const char *file, int line, const char *fmt, ...);
108 void OSi_FPanic(int console, const char *file, int line, const char *fmt, ...);
109 void OSi_TFPanic(int console, const char *file, int line, const char *fmt, ...);
111 void OSi_Warning(const char *file, int line, const char *fmt, ...);
112 void OSi_TWarning(const char *file, int line, const char *fmt, ...);
113 void OSi_Panic(const char *file, int line, const char *fmt, ...);
114 void OSi_TPanic(const char *file, int line, const char *fmt, ...);
117 #define OSi_FWarning( console, file, line, ... ) ((void)0) argument
118 #define OSi_FPanic( console, file, line, ... ) OS_Terminate() argument
119 #define OSi_TFWarning( console, file, line, ... ) ((void)0) argument
120 #define OSi_TFPanic( console, file, line, ... ) OS_Terminate() argument
122 #define OSi_Warning( file, line, ... ) ((void)0) argument
123 #define OSi_TWarning( file, line, ... ) ((void)0) argument
124 #define OSi_Panic( file, line, ... ) OS_Terminate() argument
125 #define OSi_TPanic( file, line, ... ) OS_Terminate() argument
157 #define OSi_FWarning( console, file, line, ... ) ((void)0) argument
158 #define OSi_FPanic( console, file, line, ... ) OS_Terminate() argument
159 #define OSi_TFWarning( console, file, line, ... ) ((void)0) argument
160 #define OSi_TFPanic( console, file, line, ... ) OS_Terminate() argument
162 #define OSi_Warning( file, line, ... ) ((void)0) argument
163 #define OSi_Panic( file, line, ... ) OS_Terminate() argument
164 #define OSi_TWarning( file, line, ... ) ((void)0) argument
165 #define OSi_TPanic( file, line, ... ) OS_Terminate() argument