Home
last modified time | relevance | path

Searched refs:is_term_win32 (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_win32.pro79 int is_term_win32(void);
/vim-8.2.3635/src/
H A Doptionstr.c1450 if (is_term_win32()) in did_set_string_option()
H A Doption.c3246 if (is_term_win32()) in set_bool_option()
3255 if (is_term_win32()) in set_bool_option()
H A Dos_win32.c219 # define USE_VTP (vtp_working && is_term_win32() && (p_tgc || (!p_tgc && t_colors >= 256)))
8299 is_term_win32(void) in is_term_win32() function
H A Devalfunc.c6092 n = is_term_win32() && has_vtp_working(); in f_has()