really            152 modules/gui_bench.c static void write_log(int really) {
really            153 modules/gui_bench.c     if (!really)
really            164 modules/gui_bench.c static void add_to_log(int really, char *title, char *txt) {
really            165 modules/gui_bench.c     if ((txtbufptr >= LOGBUFSIZE-48) || !really)
really            170 modules/gui_bench.c static void add_log_head(int really) {
really            171 modules/gui_bench.c     if ((txtbufptr >= LOGBUFSIZE-200) || !really)