Lines Matching defs:num_lines
57 int endy, endx, to, fr, num_lines, dir;
87 * than the window. We save num_lines only so that we
91 if ((num_lines = win->_cury - endy) > id)
92 id = num_lines;
105 num_lines = endy - fr;
109 if ((num_lines = endy - win->_cury) < id)
110 id = num_lines;
114 num_lines = fr - (win->_cury - 1);
132 for (; num_lines > 0; num_lines--, to += dir, fr += dir) {
176 num_lines = endy - to;
178 num_lines = to - (win->_cury - 1);
180 if (num_lines > 0) { /* Is this if needed ? */
188 for (; num_lines > 0; --num_lines, to += dir) {