Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Ddrawscreen.pro3 int statusline_row(win_T *wp);
/vim-8.2.3635/src/
H A Ddrawscreen.c393 statusline_row(win_T *wp) in statusline_row() function
427 row = statusline_row(wp); in win_redr_status()
706 row = statusline_row(wp); in win_redr_ruler()
H A Dscreen.c1261 row = statusline_row(wp); in win_redr_custom()