Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dhighlight.c2452 #define GUI_ATTR_ENTRY(idx) ((attrentry_T *)gui_attr_table.ga_data)[idx] macro
2842 return &(GUI_ATTR_ENTRY(attr)); in syn_gui_attr2entry()