Home
last modified time | relevance | path

Searched refs:NO_CONSOLE (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dui.c25 # 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()
H A Dos_win32.h74 # define NO_CONSOLE // don't included console-only code macro
H A Dgui.h152 #if defined(NO_CONSOLE) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11)
H A Dmessage.c3755 #ifndef NO_CONSOLE in do_dialog()
H A Dgui.c5192 # ifndef NO_CONSOLE in no_console_input()
H A Dgui_w32.c6910 # ifndef NO_CONSOLE in gui_mch_dialog()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt4533 8 GUI: When NO_CONSOLE is defined, more code can be excluded.
H A Dversion6.txt4707 Solution: Don't call mch_inchar() when NO_CONSOLE is defined.