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

/freebsd-10-stable/contrib/texinfo/info/
H A Ddir.c55 static dir_file_list_entry_type *dir_file_list = NULL; local
61 entry = dir_file_list[i];
67 dir_file_list = xrealloc (dir_file_list,
69 dir_file_list[dir_file_list_len - 1].device = test->st_dev;
70 dir_file_list[dir_file_list_len - 1].inode = test->st_ino;

Completed in 94 milliseconds