Searched refs:IS_CTERM (Results 1 – 4 of 4) sorted by relevance
1807 if (IS_CTERM) in screen_start_highlight()1919 if (!IS_CTERM) in screen_start_highlight()1959 if (IS_CTERM) in screen_stop_highlight()2104 if (IS_CTERM) in reset_cterm_colors()2370 !IS_CTERM); in screen_fill()
1701 # define IS_CTERM (t_colors > 1 || p_tgc) macro1703 # define IS_CTERM (t_colors > 1) macro
2745 if (IS_CTERM) in hl_combine_attr()2858 if (IS_CTERM) in syn_attr2attr()3525 if (IS_CTERM) in syn_id2attr()
24358 Solution: Use IS_CTERM instead of checking the number of colors.