Home | History | Annotate | Download | only in col

Lines Matching defs:this_line

139 	int this_line;			/* line l points to */
181 cur_line = max_line = nflushd_lines = this_line = 0;
254 if (cur_line + adjust != this_line) {
260 if (cur_line + adjust < this_line) {
261 while (cur_line + adjust < this_line &&
264 this_line--;
266 if (cur_line + adjust < this_line) {
274 < this_line) {
280 this_line--;
285 cur_line = this_line - adjust;
290 while (cur_line + adjust > this_line) {
296 this_line++;
299 if (this_line > nflushd_lines &&
300 this_line - nflushd_lines >=
306 flush_lines(this_line - nflushd_lines -
308 nflushd_lines = this_line - max_bufd_lines;
347 this_line = 0;
352 this_line++;
353 flush_lines(this_line - nflushd_lines + 1);
360 if (max_line >= this_line)
361 nblank_lines = max_line - this_line + (max_line & 1);