Home
last modified time | relevance | path

Searched refs:GO_CONDIALOG (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h281 #define GO_CONDIALOG 'c' // use console dialog macro
H A Dmessage.c3763 if (gui.in_use && vim_strchr(p_go, GO_CONDIALOG) == NULL) in do_dialog()
H A Devalfunc.c6406 if (gui.in_use && vim_strchr(p_go, GO_CONDIALOG) == NULL) in f_inputdialog()