HomeSort by: relevance | last modified time | path
    Searched defs:this_line (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/col/
col.c 139 int this_line; /* line l points to */ local in function:main
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
    [all...]
  /src/usr.bin/patch/
pch.c 254 long this_line = 0, previous_line; local in function:intuit_diff_type
268 previous_line = this_line;
271 this_line = ftell(pfp);
282 p_start = this_line;
299 first_command_line = this_line;
341 p_start = this_line;

Completed in 13 milliseconds