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

/netbsd-current/usr.bin/col/
H A Dcol.c139 int this_line; /* line l points to */ local
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
[all...]
/netbsd-current/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl1454 my $this_line = shift (@lines);
1455 chomp $this_line;
1457 if ($this_line =~ /^(\s+)/) {
1469 elsif (($this_line =~ /^(\s*)\*\s+[a-zA-Z0-9]/)
1470 || ($this_line =~ /^(\s*)\* [a-zA-Z0-9_\.\/\+-]+/)
1471 || ($this_line =~ /^(\s*)\([a-zA-Z0-9_\.\/\+-]+(\)|,\s*)/)
1472 || ($this_line =~ /^(\s+)(\S+)/)
1473 || ($this_line =~ /^(\s*)- +/)
1474 || ($this_line =~ /^()\s*$/)
1475 || ($this_line
[all...]
/netbsd-current/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;
341 p_start = this_line;

Completed in 133 milliseconds