Lines Matching refs:vspace
607 const int vspace = occwin->vspace;
609 const int height = ((bheight + vspace) * lines) + bheight + (2 * vspace);
877 int hspace, vspace;
893 vspace = occwin->vspace;
901 bheight = (newh - (lines + 2) * vspace) / (lines + 1);
916 j * (bheight + vspace) + (vspace / 2),
931 y = ((bheight + vspace) * lines) + ((3 * vspace) / 2);