Lines Matching refs:lines
50 * ex_vget.c input of single keys and reading of input lines
63 * changes, opening new lines, shifts, replacements and yanks
97 if(value(vi_WINDOW) >= lines || options[vi_WINDOW].odefault == value(vi_WINDOW))
98 value(vi_WINDOW) = lines -1;
99 options[vi_WINDOW].odefault = lines - 1;
102 options[vi_SCROLL].odefault = (lines - 1)/2;
113 vdirty(0, lines);
142 if (columns != jwin.ws_col || lines != jwin.ws_row)
161 lines = jwin.ws_row;
166 lines = envlines;
174 jwin.ws_row = lines;
186 if (lines <= 1)
187 lines = 24;
188 l = lines;
384 * Save lines before visual between unddol and truedol.
386 * and then saving all the lines in the buffer and moving
452 basWTOP = lines - 2;
456 ZERO = lines - TUBESIZE / WCOLS;
461 WTOP = basWTOP; WBOT = lines - 2; WECHO = lines - 1;
470 * If so, then divide the screen buffer up into lines,
542 * Set the size of the screen to size lines, to take effect the
552 b = lines - 1 - size;
553 if (b >= lines - 1)
554 b = lines - 2;