Lines Matching refs:line
908 my $line;
925 $line = $2;
1525 my $line;
1537 $line = wait_for_input($monitor_fp, $time);
1538 last if (!defined($line));
1539 print "$line";
1540 $full_line .= $line;
1569 if ($line =~ /\n/) {
1844 my $line;
1869 $line = "";
1873 $line .= $ch;
1877 if (!length($line)) {
1881 return $line;
1934 my $line;
1953 $line = wait_for_input($monitor_fp, $time);
1954 if (!defined($line)) {
1960 $line = wait_for_input($monitor_fp, $booted_timeout);
1961 if (!defined($line)) {
1967 $line = wait_for_input($monitor_fp);
1968 if (!defined($line)) {
1975 doprint $line;
1976 print DMESG $line;
1979 $full_line .= $line;
2044 if ($line =~ /\n/) {
2206 my ($line) = @_;
2208 chomp $line;
2218 $line =~ s/^(\s*\S+:\d+:)\d+/$1/;
2221 $line =~ s/$utf8_quote/'/g;
2223 return $line;
2561 my $line;
2583 $line = wait_for_input($monitor_fp, 1);
2584 if (defined($line)) {
2587 $full_line .= $line;
2588 doprint $line;
2602 if ($line =~ /\n/) {
2616 $line = wait_for_input($monitor_fp, 1);
2617 if (defined($line)) {
2618 doprint $line;
2624 } while (defined($line));
3535 my $line;
3550 $_ = $line . " " . $_;
3555 $line = $_;