Searched refs:p_tgc (Results 1 – 9 of 9) sorted by relevance
1827 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 …]
1685 # define USE_24BIT (gui.in_use || p_tgc)1697 # define USE_24BIT p_tgc1701 # define IS_CTERM (t_colors > 1 || p_tgc)
1121 && (p_tgc || (!p_tgc && t_colors >= 256)) in vim_beep()
974 EXTERN int p_tgc; // 'termguicolors' variable
219 # 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()
2905 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()
3233 else if ((int *)varp == &p_tgc) in set_bool_option()3243 p_tgc = 0; in set_bool_option()
2570 (char_u *)&p_tgc, PV_NONE,
6601 if (p_tgc) in swap_tcap()