Searched refs:PLINES_NOFILL (Results 1 – 3 of 3) sorted by relevance
267 # define PLINES_NOFILL(x) plines_nofill(x) macro269 # define PLINES_NOFILL(x) plines(x) macro
1365 done += PLINES_NOFILL(curwin->w_topline); in scrolldown()1703 lp->height = PLINES_NOFILL(lp->lnum); in topline_back()1739 lp->height = PLINES_NOFILL(lp->lnum); in botline_forw()1844 i = PLINES_NOFILL(top); in scroll_cursor_top()2337 above += PLINES_NOFILL(topline); in cursor_correct()2726 i = PLINES_NOFILL(curwin->w_topline); in halfpage()2813 i = PLINES_NOFILL(curwin->w_topline - 1); in halfpage()
5615 Solution: Define PLINES_NOFILL().