Lines Matching refs:lines
761 # takes a list of strings that can each contain one or several lines of code
813 # We use $_ shamelessly when looking through @lines.
814 # In case we find a \ at the end, we keep filling it up with more lines.
823 # Since we convert one line to several and unshift that into @lines,
824 # that's the only safe way we have to track the original lines
825 my @lines = map { ( undef, $_ ) } split m|\R|, $line;
828 pop @lines;
829 pop @lines; # Don't forget the undef
831 while (@lines) {
832 if (!defined($lines[0])) {
833 shift @lines;
843 $_ .= shift @lines;
871 # Checking if there are lines to inject.
876 @lines = ( @r, @lines );
892 # Now, check if there are lines to inject.
899 @lines = ( @r, @lines );
936 # Checking if there are lines to inject.
941 @lines = ( @r, @lines );
963 # Checking if there are lines to inject.
968 @lines = ( @r, @lines );
1025 # we need to be careful with some preprocessor lines
1180 # Because we may get back new lines to be
1183 # preprocessor lines, we need to inject them
1184 # in @lines and set $_ to the empty string to