Home
last modified time | relevance | path

Searched refs:p_tgc (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dscreen.c1827 if (p_tgc) in screen_start_highlight()
1847 p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR in screen_start_highlight()
1880 if (p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR) in screen_start_highlight()
1893 if (p_tgc && aep->ae_u.cterm.bg_rgb != CTERMCOLOR) in screen_start_highlight()
1906 if (p_tgc && aep->ae_u.cterm.ul_rgb != CTERMCOLOR) in screen_start_highlight()
1967 p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR in screen_stop_highlight()
1976 p_tgc && aep->ae_u.cterm.bg_rgb != CTERMCOLOR in screen_stop_highlight()
2067 if (p_tgc) in screen_stop_highlight()
2108 if (p_tgc ? (cterm_normal_fg_gui_color != INVALCOLOR in reset_cterm_colors()
3073 || (!p_tgc && cterm_normal_bg_color == 0) in can_clear()
[all …]
H A Dvim.h1685 # define USE_24BIT (gui.in_use || p_tgc)
1697 # define USE_24BIT p_tgc
1701 # define IS_CTERM (t_colors > 1 || p_tgc)
H A Dmisc1.c1121 && (p_tgc || (!p_tgc && t_colors >= 256)) in vim_beep()
H A Doption.h974 EXTERN int p_tgc; // 'termguicolors' variable
H A Dos_win32.c219 # define USE_VTP (vtp_working && is_term_win32() && (p_tgc || (!p_tgc && t_colors >= 256)))
6150 !p_tgc && in mch_set_normal_colors()
8204 if (id > 0 && p_tgc) in get_default_console_color()
H A Dterminal.c2905 if (p_tgc) in cell2attr()
3916 || p_tgc in get_vterm_color_from_synid()
3919 || (!p_tgc && t_colors >= 256) in get_vterm_color_from_synid()
H A Doption.c3233 else if ((int *)varp == &p_tgc) in set_bool_option()
3243 p_tgc = 0; in set_bool_option()
H A Doptiondefs.h2570 (char_u *)&p_tgc, PV_NONE,
H A Dterm.c6601 if (p_tgc) in swap_tcap()