Home
last modified time | relevance | path

Searched refs:HL_STANDOUT (Results 1 – 10 of 10) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhighlight_defs.h20 HL_STANDOUT = 0x20, enumerator
H A Dhighlight.c738 if (mask & HL_STANDOUT) { in hlattrs2dict()
817 { "standout", HL_STANDOUT }, in dict2hlattrs()
H A Dsyntax.c124 { HL_BOLD, HL_STANDOUT, HL_UNDERLINE, HL_UNDERCURL, HL_ITALIC, HL_INVERSE,
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.c2401 if (hl_mask_todo & (HL_BOLD | HL_STANDOUT)) in gui_outstr_nowrap()
2406 hl_mask_todo &= ~(HL_BOLD | HL_STANDOUT | HL_ITALIC); in gui_outstr_nowrap()
2411 hl_mask_todo &= ~(HL_BOLD | HL_STANDOUT); in gui_outstr_nowrap()
2475 if (highlight_mask & (HL_INVERSE | HL_STANDOUT)) in gui_outstr_nowrap()
2493 if (hl_mask_todo & (HL_BOLD | HL_STANDOUT)) in gui_outstr_nowrap()
H A Dvim.h666 #define HL_STANDOUT 0x20 macro
H A Dscreen.c1855 if ((attr & HL_STANDOUT) && *T_SO != NUL) // standout in screen_start_highlight()
2027 if (screen_attr & HL_STANDOUT) in screen_stop_highlight()
H A Dhighlight.c29 …{HL_BOLD, HL_STANDOUT, HL_UNDERLINE, HL_UNDERCURL, HL_ITALIC, HL_INVERSE, HL_INVERSE, HL_NOCOMBINE…
3809 case 's': attr |= HL_STANDOUT; in highlight_changed()
H A Devalfunc.c9716 p = highlight_has_attr(id, HL_STANDOUT, modec); in f_synIDattr()
/dports/editors/neovim/neovim-0.6.1/src/nvim/tui/
H A Dtui.c535 bool standout = attr & HL_STANDOUT; in update_attrs()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c11080 p = highlight_has_attr(id, HL_STANDOUT, modec); in f_synIDattr()