Home
last modified time | relevance | path

Searched refs:CTERMCOLOR (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dscreen.c1847 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()
H A Dhighlight.c2628 at_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in get_tgc_attr_idx()
2629 at_en.ae_u.cterm.bg_rgb = CTERMCOLOR; in get_tgc_attr_idx()
2785 new_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in hl_combine_attr()
2787 new_en.ae_u.cterm.bg_rgb = CTERMCOLOR; in hl_combine_attr()
3313 at_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in set_hl_attr()
3314 at_en.ae_u.cterm.bg_rgb = CTERMCOLOR; in set_hl_attr()
H A Dgui.h204 #define CTERMCOLOR (guicolor_T)-11110 // only used for cterm.bg_rgb and macro
H A Dstructs.h122 # define CTERMCOLOR ((guicolor_T)0x1fffffe) macro
124 #define COLOR_INVALID(x) ((x) == INVALCOLOR || (x) == CTERMCOLOR)