Home
last modified time | relevance | path

Searched refs:filelist_clear_ex (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfilelist.h79 void filelist_clear_ex(struct FileList *filelist, const bool do_cache, const bool do_selection);
H A Dfilelist.c1527 void filelist_clear_ex(struct FileList *filelist, const bool do_cache, const bool do_selection) in filelist_clear_ex() function
1550 filelist_clear_ex(filelist, true, true); in filelist_clear()
1561 filelist_clear_ex(filelist, false, false); in filelist_free()
3036 filelist_clear_ex(flrj->filelist, true, false); in filelist_readjob_update()