Lines Matching refs:pos
2590 my $pos = 0;
2603 for ($pos = 0; $pos < $len; $pos++) {
2604 my $string = substr($line, $pos);
2606 $pos += length($1) - 1;
2607 } elsif (substr($line, $pos, 1) eq '(') {
2608 $last_openparen = $pos;
3984 my $pos = pos_last_openparen($rest);
3985 if ($pos >= 0) {
3990 "\t" x ($pos / $tabsize) .
3991 " " x ($pos % $tabsize);
3992 my $goodspaceindent = $oldindent . " " x $pos;