Home
last modified time | relevance | path

Searched refs:has_vtp_working (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_win32.pro80 int has_vtp_working(void);
/vim-8.2.3635/src/
H A Dmisc1.c1119 if (has_vtp_working() != 0 in vim_beep()
H A Doption.c3241 !has_vtp_working()) in set_bool_option()
H A Dos_win32.c8305 has_vtp_working(void) in has_vtp_working() function
H A Dex_docmd.c5572 else if (has_vtp_working()) in ex_colorscheme()
H A Devalfunc.c6092 n = is_term_win32() && has_vtp_working(); in f_has()