Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dhighlight.c742 if (USE_24BIT) in highlight_reset_all()
1131 if (i != INVALCOLOR || STRCMP(arg, "NONE") == 0 || !USE_24BIT) in highlight_set_guifg()
1200 if (i != INVALCOLOR || STRCMP(arg, "NONE") == 0 || !USE_24BIT) in highlight_set_guibg()
1262 if (i != INVALCOLOR || STRCMP(arg, "NONE") == 0 || !USE_24BIT) in highlight_set_guisp()
1701 if (USE_24BIT) in do_highlight()
3080 if ((USE_24BIT) && what[2] == '#') in highlight_color()
3607 if (USE_24BIT) in highlight_gui_started()
H A Dvim.h1688 # define USE_24BIT (gui.in_use || p_tgc) macro
1694 # define USE_24BIT gui.in_use macro
1700 # define USE_24BIT p_tgc macro
H A Dhardcopy.c298 if (USE_24BIT) in prt_get_attr()
H A Devalfunc.c9670 if (USE_24BIT) in f_synIDattr()