Lines Matching refs:my
35 my $build_dir = shift;
36 my ($dirhandle, $fname);
49 my ($old_fname, $function, $state) = @_;
50 my $tmp_fname = "$old_fname.new";
51 my $old_file;
52 my $new_file;
58 my $value = &$function($state, $_);
70 my ($state, $value) = @_;
80 my $new_root = shift;
81 my $old_root = shift;
82 my $set = shift;
83 my $tmp;
84 my %state;
101 my $tcsh_set = $set;
111 my $new_root = shift;
112 my $set = shift;
113 my $fname = "$new_root/$set";
114 my $old_root;
115 my $file;
121 my ($name, $value) = ($1, $2);
137 my $new_root = shift;
138 my $product_path = shift;
139 my $old_root = shift;
141 my $path = "$new_root/$product_path/misc";
142 my $misc_dir;
144 my $name;
157 my $new_root = shift;
158 my $old_root = shift;
160 my $top_dir;
161 my $idx = 0;
163 my $name;
165 my $sub_dir;
167 my $sub_name;
185 my $new_root = shift;
186 my $old_root = shift;
190 my %state;
194 my $rewrite = sub { my $state = shift; my $value = shift;
211 my $set;