Lines Matching refs:pos
54 my $start = pos() - length ($1);
116 pos () = $start + length ("$b4_copyright_line$year_lines_new");
122 my $start = pos () - length ($1);
123 my $end = pos ();
125 pos () = $start;
133 pos () = $end;
138 my $start = pos () - length ($1);
139 my $end = pos ();
144 # The substr operation blows away pos (), so restoring pos ()
151 pos () = $end;