Home
last modified time | relevance | path

Searched refs:HL_BOLD (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dscreen.c415 screen_attr = HL_BOLD | HL_UNDERLINE | HL_INVERSE | HL_STRIKETHROUGH; in reset_screen_attr()
533 if (hl & HL_BOLD) in screen_line()
663 if (hl & HL_BOLD) in screen_line()
743 if (hl > HL_ALL || (hl & HL_BOLD)) in screen_line()
1650 if (n & HL_BOLD) in screen_puts_len()
1843 if ((attr & HL_BOLD) && *T_MD != NUL) // bold in screen_start_highlight()
2063 if (do_ME || (screen_attr & (HL_BOLD | HL_INVERSE))) in screen_stop_highlight()
2400 && ((attr & ~(HL_BOLD | HL_ITALIC)) == 0)))) in screen_fill()
2475 || ScreenAttrs[off] & HL_BOLD)) in screen_fill()
H A Dhighlight.c29 …{HL_BOLD, HL_STANDOUT, HL_UNDERLINE, HL_UNDERCURL, HL_ITALIC, HL_INVERSE, HL_INVERSE, HL_NOCOMBINE…
908 cterm_normal_fg_bold = (HL_TABLE()[idx].sg_cterm & HL_BOLD); in highlight_set_ctermfg()
1020 HL_TABLE()[idx].sg_cterm &= ~HL_BOLD; in highlight_set_cterm_color()
1079 HL_TABLE()[idx].sg_cterm |= HL_BOLD; in highlight_set_cterm_color()
1083 HL_TABLE()[idx].sg_cterm &= ~HL_BOLD; in highlight_set_cterm_color()
3798 case 'b': attr |= HL_BOLD; in highlight_changed()
H A Dgui.c2379 if (hl_mask_todo & (HL_BOLD | HL_STANDOUT)) in gui_outstr_nowrap()
2384 hl_mask_todo &= ~(HL_BOLD | HL_STANDOUT | HL_ITALIC); in gui_outstr_nowrap()
2389 hl_mask_todo &= ~(HL_BOLD | HL_STANDOUT); in gui_outstr_nowrap()
2471 if (hl_mask_todo & (HL_BOLD | HL_STANDOUT)) in gui_outstr_nowrap()
H A Dgui_xim.c733 char_attr |= HL_BOLD; in translate_pango_attributes()
H A Dterminal.c2829 attr |= HL_BOLD; in vtermAttr2hl()
2848 if (attr & HL_BOLD) in hl2vtermAttr()
2924 attr |= HL_BOLD; in cell2attr()
5706 {"bold", HL_BOLD}, in f_term_getattr()
H A Dvim.h661 #define HL_BOLD 0x02 macro
H A Dhardcopy.c292 pattr->bold = (highlight_has_attr(hl_id, HL_BOLD, modec) != NULL); in prt_get_attr()
H A Devalfunc.c9693 p = highlight_has_attr(id, HL_BOLD, modec); in f_synIDattr()