Home | History | Annotate | Download | only in src

Lines Matching defs:Indentation

1515 # Returns the indentation of the line, if it has any non-whitespace
1517 sub Indentation {
1619 # Hack 4: Extend last line forward until its indentation is less than
1620 # the indentation we saw on $firstline
1632 my $indent = Indentation($_);