Home
last modified time | relevance | path

Searched refs:sat_linehl (Results 1 – 6 of 6) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsign_defs.h40 int sat_linehl; member
H A Dsign.c437 || (type == SIGN_LINEHL && sattrs[i].sat_linehl != 0) in sign_get_attr()
500 sattr.sat_linehl = syn_id2attr(sp->sn_line_hl); in buf_get_signattrs()
H A Dscreen.c2425 line_attr = sattr->sat_linehl; in win_line()
/dports/editors/vim/vim-8.2.3745/src/
H A Dsign.c520 sattr->sat_linehl = syn_id2attr(sp->sn_line_hl); in buf_get_signattrs()
545 sattr->sat_linehl = syn_id2attr(next_sp->sn_line_hl); in buf_get_signattrs()
H A Ddrawline.c708 line_attr = sattr.sat_linehl; in win_line()
959 if (sign_present && sattr.sat_linehl > 0) in win_line()
H A Dstructs.h855 int sat_linehl; member