Searched refs:hltab (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | screen.c | 1233 stl_hlrec_T *hltab; in win_redr_custom() local 1324 fillchar, maxwidth, &hltab, &tabtab); in win_redr_custom() 1350 for (n = 0; hltab[n].start != NULL; n++) in win_redr_custom() 1352 len = (int)(hltab[n].start - p); in win_redr_custom() 1355 p = hltab[n].start; in win_redr_custom() 1357 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() 1367 curattr = highlight_stlterm[hltab[n].userhl - 1]; in win_redr_custom() 1370 curattr = highlight_stlnc[hltab[n].userhl - 1]; in win_redr_custom() [all …]
|
| H A D | buffer.c | 4099 stl_hlrec_T **hltab, // return: HL attributes (can be NULL) in build_stl_str_hl() argument 5005 if (hltab != NULL) in build_stl_str_hl() 5007 *hltab = stl_hltab; in build_stl_str_hl()
|
| /vim-8.2.3635/src/proto/ |
| H A D | buffer.pro | 51 …, char_u *fmt, int use_sandbox, int fillchar, int maxwidth, stl_hlrec_T **hltab, stl_hlrec_T **tab…
|