Searched refs:directory_ref (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables15691 sub register_file_for_name($table, $directory_ref, $file) {
15695 # $directory_ref # Array of the directory path for the file
15698 trace "table=$table, file=$file, directory=@$directory_ref, fate=", $table->fate if main::DEBUG && $to_trace;
15701 $table->set_file_path(@$directory_ref, $file);
15750 $directory_ref =\@directories;
15754 my $full_filename = join('/', @$directory_ref, $file);
15758 if ($directory_ref->[0] !~ / ^ $matches_directory | \# $ /x) {
15760 . join('/', @{$directory_ref}, $file));
15768 $table->set_file_path(@$directory_ref, $file);
15773 my $sub_filename = join('/', $directory_ref
[all...]

Completed in 141 milliseconds