Lines Matching refs:pos
2287 my $pos = 0;
2300 for ($pos = 0; $pos < $len; $pos++) {
2301 my $string = substr($line, $pos);
2303 $pos += length($1) - 1;
2304 } elsif (substr($line, $pos, 1) eq '(') {
2305 $last_openparen = $pos;
3388 my $pos = pos_last_openparen($rest);
3389 if ($pos >= 0) {
3394 "\t" x ($pos / $tabsize) .
3395 " " x ($pos % $tabsize);
3396 my $goodspaceindent = $oldindent . " " x $pos;