Home
last modified time | relevance | path

Searched refs:filelist_entry_select_index_get (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfile_ops.c164 if (filelist_entry_select_index_get(sfile->files, f, CHECK_ALL)) { in file_selection_get()
174 if (filelist_entry_select_index_get(sfile->files, f, CHECK_ALL)) { in file_selection_get()
250 if (filelist_entry_select_index_get(files, i, CHECK_ALL)) { in file_is_any_selected()
322 if (filelist_entry_select_index_get(sfile->files, sel.last, check_type)) { in file_select()
631 filelist_entry_select_index_get(files, active_new, CHECK_ALL)) { in file_walk_select_selection_set()
894 if (filelist_entry_select_index_get(sfile->files, i, check_type)) { in file_select_all_exec()
1492 if (filelist_entry_select_index_get(sfile->files, i, CHECK_DIRS)) { in file_sfile_to_operator_ex()
1675 if (filelist_entry_select_index_get(sfile->files, i, CHECK_ALL)) { in file_exec()
1936 if (filelist_entry_select_index_get(sfile->files, i, CHECK_ALL) & in file_smoothscroll_invoke()
2679 if (filelist_entry_select_index_get(sfile->files, i, CHECK_ALL)) { in file_delete_poll()
[all …]
H A Dfilelist.h116 unsigned int filelist_entry_select_index_get(struct FileList *filelist,
H A Dfilelist.c2413 uint filelist_entry_select_index_get(FileList *filelist, const int index, FileCheckType check) in filelist_entry_select_index_get() function