Lines Matching refs:line
1028 my $line;
1045 $line = $2;
1066 # If SKIP is anywhere in the line, the command will be skipped
1348 # Append beginning of line
1456 # May contain the reboot success line
1466 # May contain the reboot success line
1709 my $line;
1721 $line = wait_for_input($monitor_fp, $time);
1722 last if (!defined($line));
1723 print "$line";
1724 $full_line .= $line;
1753 if ($line =~ /\n/) {
1884 # Have the output of the command on its own line
1897 my $line = wait_for_input($fp, $timeout);
1898 if (!defined($line)) {
1907 print LOG $line if ($dolog);
1908 print RD $line if ($dord);
1909 print $line if ($dostdout);
2065 my $line;
2100 $line = "";
2104 $line .= $ch;
2108 last if (!length($line));
2110 return $line;
2164 my $line;
2182 $line = wait_for_input($monitor_fp, $time);
2183 if (!defined($line)) {
2189 $line = wait_for_input($monitor_fp, $booted_timeout);
2190 if (!defined($line)) {
2196 $line = wait_for_input($monitor_fp);
2197 if (!defined($line)) {
2204 doprint $line;
2205 print DMESG $line;
2207 # we are not guaranteed to get a full line
2208 $full_line .= $line;
2273 if ($line =~ /\n/) {
2432 my ($line) = @_;
2434 chomp $line;
2441 # chop off the index into the line
2444 $line =~ s/^(\s*\S+:\d+:)\d+/$1/;
2447 $line =~ s/$utf8_quote/'/g;
2449 return $line;
2787 my $line;
2809 $line = wait_for_input($monitor_fp, 1);
2810 if (defined($line)) {
2812 # we are not guaranteed to get a full line
2813 $full_line .= $line;
2814 doprint $line;
2828 if ($line =~ /\n/) {
2842 $line = wait_for_input($monitor_fp, 1);
2843 if (defined($line)) {
2844 doprint $line;
2850 } while (defined($line));
3592 my $line;
3606 $_ = $line . " " . $_;
3611 $line = $_;