Searched defs:DISPLAY (Results 1 – 9 of 9) sorted by relevance
74 } DISPLAY; typedef
40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
57 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
101 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) macro
70 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
88 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
49 #define DISPLAY(...) \ macro
52 #define DISPLAY(...) \ macro
72 #define DISPLAY(...) { fprintf(stderr, __VA_ARGS__); fflush( stderr ); } macro