Home
last modified time | relevance | path

Searched refs:al_open_directory (Results 1 – 5 of 5) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dfshook.c138 bool al_open_directory(ALLEGRO_FS_ENTRY *e) in al_open_directory() function
248 if (!dir || !al_open_directory(dir)) { in al_for_each_fs_entry()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_dir.c39 if (!al_open_directory(entry)) { in print_entry()
H A Dex_physfs.c65 al_open_directory(entry); in listdir()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dfshook.h105 AL_FUNC(bool, al_open_directory, (ALLEGRO_FS_ENTRY *e));
/dports/devel/allegro5/allegro5-5.2.7.0/src/linux/
H A Dljoynu.c543 if (al_open_directory(dir)) { in ljoy_scan()