Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/share/include/rexdemo/
Dgraphic.h59 #define REXDEMOReport( ... ) REXDEMOReportEx( REXDEMO_COLOR_BLACK, __VA_ARGS__ )
60 #define REXDEMOWarning( ... ) REXDEMOReportEx( REXDEMO_COLOR_ORANGE, __VA_ARGS__ )
61 #define REXDEMOError( ... ) REXDEMOReportEx( REXDEMO_COLOR_RED, __VA_ARGS__ )
62 #define REXDEMOUsage( ... ) REXDEMOReportEx( REXDEMO_COLOR_BLUE, __VA_ARGS__ )
67 void REXDEMOReportEx( GXColor col, const char* msg, ... );
/RevoEX-2.3/build/demos/netdemo/src/
Dsostartup.c134 #define REPORT_STATE( state ) REXDEMOReportEx( REXDEMO_COLOR_PURPLE, "state -> %s\n", StateToString…
/RevoEX-2.3/build/demos/share/src/
Dgraphic.c251 REXDEMOReportEx( GXColor col, const char* msg, ... ) in REXDEMOReportEx() function