Lines Matching refs:height

32     int		    height;	// height of added line  member
343 loff.height = 0; in update_topline()
350 n += loff.height; in update_topline()
468 n += loff.height; in check_top_offset()
1685 lp->height = 1; in topline_back()
1695 lp->height = MAXCOL; in topline_back()
1700 lp->height = 1; in topline_back()
1703 lp->height = PLINES_NOFILL(lp->lnum); in topline_back()
1721 lp->height = 1; in botline_forw()
1731 lp->height = MAXCOL; in botline_forw()
1736 lp->height = 1; in botline_forw()
1739 lp->height = PLINES_NOFILL(lp->lnum); in botline_forw()
1984 if (loff.height == MAXCOL || used + loff.height > curwin->w_height) in scroll_cursor_bot()
1986 used += loff.height; in scroll_cursor_bot()
2059 if (loff.height == MAXCOL) in scroll_cursor_bot()
2062 used += loff.height; in scroll_cursor_bot()
2073 scrolled += loff.height; in scroll_cursor_bot()
2086 used += boff.height; in scroll_cursor_bot()
2092 extra += boff.height; in scroll_cursor_bot()
2101 scrolled += boff.height; in scroll_cursor_bot()
2130 i += boff.height; in scroll_cursor_bot()
2203 used += boff.height; in scroll_cursor_halfway()
2206 below += boff.height; in scroll_cursor_halfway()
2219 if (loff.height == MAXCOL) in scroll_cursor_halfway()
2222 used += loff.height; in scroll_cursor_halfway()
2225 above += loff.height; in scroll_cursor_halfway()
2513 if (loff.height == MAXCOL) in onepage()
2516 n += loff.height; in onepage()
2640 lp->height = 1; in get_scroll_overlap()
2642 lp->height = plines_nofill(lp->lnum); in get_scroll_overlap()
2644 lp->height = plines(lp->lnum); in get_scroll_overlap()
2646 h1 = lp->height; in get_scroll_overlap()
2655 h2 = lp->height; in get_scroll_overlap()
2667 h3 = lp->height; in get_scroll_overlap()
2679 h4 = lp->height; in get_scroll_overlap()