Home | History | Annotate | Download | only in build-aux

Lines Matching refs:indent

380 	my $indent = $1;
384 while (s/^$indent\Q$prefix\E(\S.*)\n*//)
403 my $indent = 0;
410 $indent = length ($4 || "$1$3");
414 # Indent may be different on second line.
415 $indent = length $& if /^ {20,}/;
424 $indent = 80; # not continued
431 $indent = length $1;
439 $indent = length $1;
453 while (s/^ {$indent}(\S.*)\n//)