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

/freebsd-10.1-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-10.1-release/usr.bin/patch/
H A Dpch.c254 long this_line = 0, previous_line; local
268 previous_line = this_line;
271 this_line = ftell(pfp);
282 p_start = this_line;
299 first_command_line = this_line;
346 p_start = this_line;
/freebsd-10.1-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 61 milliseconds