Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c2694 attrentry_T *spell_aep; in hl_combine_attr() local
2723 if (spell_aep != NULL) in hl_combine_attr()
2726 spell_aep->ae_attr); in hl_combine_attr()
2733 if (spell_aep->ae_u.gui.font != NOFONT) in hl_combine_attr()
2768 if (spell_aep != NULL) in hl_combine_attr()
2771 spell_aep->ae_attr); in hl_combine_attr()
2772 if (spell_aep->ae_u.cterm.fg_color > 0) in hl_combine_attr()
2774 if (spell_aep->ae_u.cterm.bg_color > 0) in hl_combine_attr()
2776 if (spell_aep->ae_u.cterm.ul_color > 0) in hl_combine_attr()
2819 spell_aep = syn_term_attr2entry(prim_attr); in hl_combine_attr()
[all …]