file_process 370 modules/file_shelter.c static void process_dir(const char *parent, const char *name, int nested, void (*file_process)(const char *path, const char *file, fs_dirent *de), void (*dir_process)(const char *path, fs_dirent *de)) file_process 405 modules/file_shelter.c process_dir(path, de.de->d_name, nested-1, file_process, dir_process); file_process 407 modules/file_shelter.c else if (file_process) file_process 409 modules/file_shelter.c file_process(path, de.de->d_name, &de); file_process 520 modules/gui_fselect.c static void process_dir(const char *parent, const char *name, int nested, void (*file_process)(const char *path, const char *file), void (*dir_process)(const char *path)) file_process 551 modules/gui_fselect.c process_dir(path, de.de->d_name, nested-1, file_process, dir_process); file_process 553 modules/gui_fselect.c else if (file_process) file_process 555 modules/gui_fselect.c file_process(path, de.de->d_name);