Searched refs:plines_m_win (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | misc1.pro | 10 int plines_m_win(win_T *wp, linenr_T first, linenr_T last);
|
| /vim-8.2.3635/src/ |
| H A D | misc1.c | 481 plines_m_win(win_T *wp, linenr_T first, linenr_T last) in plines_m_win() function
|
| H A D | move.c | 1243 row = plines_m_win(wp, wp->w_topline, pos->lnum - 1) + 1; in textpos2screenpos()
|
| H A D | drawscreen.c | 1763 i = plines_m_win(wp, wp->w_topline, wp->w_lines[0].wl_lnum - 1); in win_update()
|
| H A D | popupwin.c | 590 && plines_m_win(wp, wp->w_topline, wp->w_cursor.lnum) in popup_show_curline()
|