Lines Matching refs:file
75 my $file = $File::Find::name;
76 if (-f $_ && !is_file_existing ($file)) {
77 _i ("Parsing: ".$file."\n");
78 add_file ($file);
80 _i ("Parsing finished: ".$file.", found $count call(s)\n");
228 my $file = $_[0];
233 _i ("Add $file with file id $FILE_COUNTER to file catalog\n");
239 $FILE_STRUCT->{$FILE_COUNTER} = $file;
260 my $file = $_[0];
262 open (FILE, $file) or _e ("Could not open input template file ".$file.": $!\n");
266 _i("Loaded template collateral file ".$file."\n");
279 my $file = $_[0];
281 open (FILE, $file) or _e ("Could not open file ".$file.": $!\n");
316 "$file:$line_no_start will be skipped.\n");
417 my $file = (defined ($FILE_STRUCT->{$FILE_COUNTER}) ?
444 "$file:$line_no_start ".
450 "$file:$line_no_start '$message_id' ".
457 "$file:$line_no_start hash based ID '$message_id' ".
461 "$file:$line_no_start with ID '$message_id' ".
463 $FILE_STRUCT->{$USED_IDS->{$message_id}->{file}}.
471 file => $FILE_COUNTER,