Lines Matching refs:space
689 \s? # Possible space
720 \s? # Possible space
734 \s? # Possible space
798 # case, there's only one space.
799 # The cases where a space needs to stay present
911 # shouldn't get concatenated, add a space
912 my $space =
931 .$space
954 .$space
978 $collected_stmt .= $space.$normalized_line;
1028 my $space = "";
1029 $space = " "
1034 print STDERR "DEBUG: Processing leading spaces: \$normalized_line = '$normalized_line', \$space = '$space', \$rest = '$rest'\n"
1036 $_ = $space.$rest;
1098 # We want to separate strings from \w and \d with one space.
1122 my $space = "";
1124 # Now, only add a space if it's needed to separate
1126 # a space. In this case, that's if $normalized_line ends
1128 $space = " "
1133 print STDERR "DEBUG: Processing words: \$normalized_line = '$normalized_line', \$space = '$space', \$body = '$body', \$rest = '$rest'\n"
1135 $normalized_line .= $space.$body;