Searched refs:this_line (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/col/
H A Dcol.c129 int this_line; /* line l points to */ local
170 cur_line = max_line = nflushd_lines = this_line = 0;
232 if (cur_line != this_line - adjust) {
237 nmove = cur_line - this_line;
279 this_line = cur_line + adjust;
280 nmove = this_line - nflushd_lines;
319 this_line++;
320 flush_lines(this_line - nflushd_lines + extra_lines + 1);
327 nblank_lines = max_line - this_line;
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpch.c239 Reg4 long this_line = 0; local
264 previous_line = this_line;
267 this_line = ftell(pfp);
279 p_start = this_line;
296 first_command_line = this_line;
340 p_start = this_line;
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_driver.c2706 FIELD_CELL *this_line, *prev_line, *prev_end, *this_end; local
2714 this_line = Address_Of_Row_In_Buffer(field, (form->currow));
2717 this_end = After_End_Of_Data(this_line, field->dcols);
2718 if ((int)(this_end - this_line) >
2747 myADDNSTR(form->w, this_line, (int)(this_end - this_line));

Completed in 65 milliseconds