Home
last modified time | relevance | path

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

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