Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscreen.pro51 int fillchar_vsep(int *attr);
/vim-8.2.3635/src/
H A Dscreen.c797 c = fillchar_vsep(&hl); in screen_line()
856 c = fillchar_vsep(&hl); in draw_vsep_win()
4624 fillchar_vsep(int *attr) in fillchar_vsep() function
H A Ddrawscreen.c550 fillchar = fillchar_vsep(&attr); in win_redr_status()