Searched refs:NO_CONSOLE (Results 1 – 8 of 8) sorted by relevance
25 # ifndef NO_CONSOLE in ui_write()36 #ifndef NO_CONSOLE in ui_write()157 # ifndef NO_CONSOLE in ui_inchar()228 #ifndef NO_CONSOLE in ui_inchar()518 #ifndef NO_CONSOLE in ui_char_avail()
74 # define NO_CONSOLE // don't included console-only code macro
152 #if defined(NO_CONSOLE) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11)
3755 #ifndef NO_CONSOLE in do_dialog()
5192 # ifndef NO_CONSOLE in no_console_input()
6910 # ifndef NO_CONSOLE in gui_mch_dialog()
4533 8 GUI: When NO_CONSOLE is defined, more code can be excluded.
4707 Solution: Don't call mch_inchar() when NO_CONSOLE is defined.