file_findfile
if (file_findfile(NULL, NULL) != NULL) {
if (file_findfile(NULL, NULL) == NULL)
if ((fp = file_findfile(NULL, NULL)) == NULL) {
struct preloaded_file *file_findfile(char *name, char *type);
fp = file_findfile(filename, NULL);
for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {