Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscreen.pro12 void draw_vsep_win(win_T *wp, int row);
/vim-8.2.3635/src/
H A Ddrawscreen.c1519 draw_vsep_win(wp, 0); in win_update()
2627 draw_vsep_win(wp, row); in win_update()
H A Ddrawline.c3113 draw_vsep_win(wp, row); in win_line()
H A Dscreen.c848 draw_vsep_win(win_T *wp, int row) in draw_vsep_win() function