Searched refs:file_names_count (Results 1 – 2 of 2) sorted by relevance
55 static int file_names_count = 0; variable359 for (i = 0; i < file_names_count; i++) in output_file_name_check()374 file_names = xnrealloc (file_names, ++file_names_count, in output_file_name_check()376 file_names[file_names_count-1] = xstrdup (*file_name); in output_file_name_check()392 for (i = 0; i < file_names_count; i++) in output_file_names_free()
6401 * src/files.c (file_names, file_names_count): New static globals.