Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.c2381 if ((hl_mask_todo & HL_ITALIC) && gui.boldital_font != NOFONT) in gui_outstr_nowrap()
2384 hl_mask_todo &= ~(HL_BOLD | HL_STANDOUT | HL_ITALIC); in gui_outstr_nowrap()
2394 else if ((hl_mask_todo & HL_ITALIC) && gui.ital_font != NOFONT) in gui_outstr_nowrap()
2397 hl_mask_todo &= ~HL_ITALIC; in gui_outstr_nowrap()
2479 if (back != 0 && ((draw_flags & DRAW_BOLD) || (highlight_mask & HL_ITALIC))) in gui_outstr_nowrap()
2485 if (hl_mask_todo & HL_ITALIC) in gui_outstr_nowrap()
2494 if ((hl_mask_todo & HL_UNDERLINE) || (hl_mask_todo & HL_ITALIC)) in gui_outstr_nowrap()
H A Dscreen.c1863 if ((attr & HL_ITALIC) && *T_CZH != NUL) // italic in screen_start_highlight()
2049 if (screen_attr & HL_ITALIC) in screen_stop_highlight()
2400 && ((attr & ~(HL_BOLD | HL_ITALIC)) == 0)))) in screen_fill()
H A Dgui_xim.c738 char_attr |= HL_ITALIC; in translate_pango_attributes()
H A Dhighlight.c29 …{HL_BOLD, HL_STANDOUT, HL_UNDERLINE, HL_UNDERCURL, HL_ITALIC, HL_INVERSE, HL_INVERSE, HL_NOCOMBINE…
3800 case 'i': attr |= HL_ITALIC; in highlight_changed()
H A Dvim.h662 #define HL_ITALIC 0x04 macro
H A Dterminal.c2833 attr |= HL_ITALIC; in vtermAttr2hl()
2852 if (attr & HL_ITALIC) in hl2vtermAttr()
5707 {"italic", HL_ITALIC}, in f_term_getattr()
H A Dhardcopy.c293 pattr->italic = (highlight_has_attr(hl_id, HL_ITALIC, modec) != NULL); in prt_get_attr()
H A Devalfunc.c9704 p = highlight_has_attr(id, HL_ITALIC, modec); in f_synIDattr()