Lines Matching refs:line

959     my $line;
976 $line = $2;
998 # If SKIP is anywhere in the line, the command will be skipped
1281 # Append beginning of line
1394 # May contain the reboot success line
1404 # May contain the reboot success line
1651 my $line;
1663 $line = wait_for_input($monitor_fp, $time);
1664 last if (!defined($line));
1665 print "$line";
1666 $full_line .= $line;
1695 if ($line =~ /\n/) {
1826 # Have the output of the command on its own line
1839 my $line = wait_for_input($fp, $timeout);
1840 if (!defined($line)) {
1849 print LOG $line if ($dolog);
1850 print RD $line if ($dord);
1851 print $line if ($dostdout);
2008 my $line;
2043 $line = "";
2047 $line .= $ch;
2051 last if (!length($line));
2053 return $line;
2107 my $line;
2126 $line = wait_for_input($monitor_fp, $time);
2127 if (!defined($line)) {
2133 $line = wait_for_input($monitor_fp, $booted_timeout);
2134 if (!defined($line)) {
2140 $line = wait_for_input($monitor_fp);
2141 if (!defined($line)) {
2148 doprint $line;
2149 print DMESG $line;
2151 # we are not guaranteed to get a full line
2152 $full_line .= $line;
2217 if ($line =~ /\n/) {
2379 my ($line) = @_;
2381 chomp $line;
2388 # chop off the index into the line
2391 $line =~ s/^(\s*\S+:\d+:)\d+/$1/;
2394 $line =~ s/$utf8_quote/'/g;
2396 return $line;
2733 my $line;
2755 $line = wait_for_input($monitor_fp, 1);
2756 if (defined($line)) {
2758 # we are not guaranteed to get a full line
2759 $full_line .= $line;
2760 doprint $line;
2774 if ($line =~ /\n/) {
2788 $line = wait_for_input($monitor_fp, 1);
2789 if (defined($line)) {
2790 doprint $line;
2796 } while (defined($line));
3572 my $line;
3587 $_ = $line . " " . $_;
3592 $line = $_;