Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c1357 if (hltab[n].userhl == 0) in win_redr_custom()
1359 else if (hltab[n].userhl < 0) in win_redr_custom()
1360 curattr = syn_id2attr(-hltab[n].userhl); in win_redr_custom()
1364 curattr = highlight_stltermnc[hltab[n].userhl - 1]; in win_redr_custom()
1367 curattr = highlight_stlterm[hltab[n].userhl - 1]; in win_redr_custom()
1370 curattr = highlight_stlnc[hltab[n].userhl - 1]; in win_redr_custom()
1372 curattr = highlight_user[hltab[n].userhl - 1]; in win_redr_custom()
1389 fillchar = tabtab[n].userhl; in win_redr_custom()
H A Dbuffer.c5014 sp->userhl = stl_items[l].stl_minwid; in build_stl_str_hl()
5019 sp->userhl = 0; in build_stl_str_hl()
5032 sp->userhl = stl_items[l].stl_minwid; in build_stl_str_hl()
5037 sp->userhl = 0; in build_stl_str_hl()
H A Dhighlight.c3741 char_u userhl[30]; // use 30 to avoid compiler warning in highlight_changed() local
3873 sprintf((char *)userhl, "User%d", i + 1); in highlight_changed()
3874 id = syn_name2id(userhl); in highlight_changed()
H A Dstructs.h1262 int userhl; // 0: no HL, 1-9: User HL, < 0 for syn ID member