Searched defs:DISPLAY (Results 1 – 10 of 10) sorted by relevance
79 } DISPLAY; typedef
40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
57 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
104 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) macro
75 #define DISPLAY(...) { fprintf(stderr, __VA_ARGS__); fflush(NULL); } macro
101 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
57 #define DISPLAY(...) \ macro
60 #define DISPLAY(...) \ macro
77 #define DISPLAY(...) { fprintf(stderr, __VA_ARGS__); fflush( stderr ); } macro
75 #define DISPLAY(...) fprintf(displayOut, __VA_ARGS__) macro