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

/macosx-10.10/vim-55/src/
H A Dsyntax.c8290 attrentry_T *spell_aep; local
8318 spell_aep = syn_gui_attr2entry(prim_attr);
8319 if (spell_aep != NULL)
8321 new_en.ae_attr |= spell_aep->ae_attr;
8322 if (spell_aep->ae_u.gui.fg_color != INVALCOLOR)
8323 new_en.ae_u.gui.fg_color = spell_aep->ae_u.gui.fg_color;
8324 if (spell_aep->ae_u.gui.bg_color != INVALCOLOR)
8325 new_en.ae_u.gui.bg_color = spell_aep->ae_u.gui.bg_color;
8326 if (spell_aep->ae_u.gui.sp_color != INVALCOLOR)
8327 new_en.ae_u.gui.sp_color = spell_aep
[all...]

Completed in 72 milliseconds