Lines Matching refs:pos
2540 my $pos = 0;
2553 for ($pos = 0; $pos < $len; $pos++) {
2554 my $string = substr($line, $pos);
2556 $pos += length($1) - 1;
2557 } elsif (substr($line, $pos, 1) eq '(') {
2558 $last_openparen = $pos;
3963 my $pos = pos_last_openparen($rest);
3964 if ($pos >= 0) {
3969 "\t" x ($pos / $tabsize) .
3970 " " x ($pos % $tabsize);
3971 my $goodspaceindent = $oldindent . " " x $pos;