Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro51 …ar_u *fmt, int use_sandbox, int fillchar, int maxwidth, stl_hlrec_T **hltab, stl_hlrec_T **tabtab);
/vim-8.2.3635/src/
H A Dscreen.c1234 stl_hlrec_T *tabtab; in win_redr_custom() local
1324 fillchar, maxwidth, &hltab, &tabtab); in win_redr_custom()
1383 for (n = 0; tabtab[n].start != NULL; n++) in win_redr_custom()
1385 len += vim_strnsize(p, (int)(tabtab[n].start - p)); in win_redr_custom()
1388 p = tabtab[n].start; in win_redr_custom()
1389 fillchar = tabtab[n].userhl; in win_redr_custom()
H A Dbuffer.c4100 stl_hlrec_T **tabtab) // return: tab page nrs (can be NULL) in build_stl_str_hl() argument
5023 if (tabtab != NULL) in build_stl_str_hl()
5025 *tabtab = stl_tabtab; in build_stl_str_hl()