Searched refs:highlight_has_attr (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | highlight.pro | 31 char_u *highlight_has_attr(int id, int flag, int modec);
|
| /vim-8.2.3635/src/ |
| H A D | hardcopy.c | 292 pattr->bold = (highlight_has_attr(hl_id, HL_BOLD, modec) != NULL); in prt_get_attr() 293 pattr->italic = (highlight_has_attr(hl_id, HL_ITALIC, modec) != NULL); in prt_get_attr() 294 pattr->underline = (highlight_has_attr(hl_id, HL_UNDERLINE, modec) != NULL); in prt_get_attr() 295 pattr->undercurl = (highlight_has_attr(hl_id, HL_UNDERCURL, modec) != NULL); in prt_get_attr()
|
| H A D | evalfunc.c | 9693 p = highlight_has_attr(id, HL_BOLD, modec); in f_synIDattr() 9702 p = highlight_has_attr(id, HL_INVERSE, modec); in f_synIDattr() 9704 p = highlight_has_attr(id, HL_ITALIC, modec); in f_synIDattr() 9712 p = highlight_has_attr(id, HL_INVERSE, modec); in f_synIDattr() 9721 p = highlight_has_attr(id, HL_STRIKETHROUGH, modec); in f_synIDattr() 9723 p = highlight_has_attr(id, HL_STANDOUT, modec); in f_synIDattr() 9731 p = highlight_has_attr(id, HL_UNDERLINE, modec); in f_synIDattr() 9734 p = highlight_has_attr(id, HL_UNDERCURL, modec); in f_synIDattr()
|
| H A D | highlight.c | 3009 highlight_has_attr( in highlight_has_attr() function
|