Home
last modified time | relevance | path

Searched refs:entry_from_path (Results 1 – 8 of 8) sorted by relevance

/dports/audio/schismtracker/schismtracker-20211116/sys/wii/
H A Disfs.c88 static DIR_ENTRY *entry_from_path(const char *path) {
142 DIR_ENTRY *entry = entry_from_path(path);
249 DIR_ENTRY *entry = entry_from_path(path);
259 DIR_ENTRY *entry = entry_from_path(path);
272 state->entry = entry_from_path(path);
/dports/misc/vifm/vifm-0.11/src/
H A Dfops_put.c498 dir_entry_t *const entry = entry_from_path(view, view->dir_entry, in update_cursor_position()
511 dir_entry_t *const entry = entry_from_path(view, view->dir_entry, in update_cursor_position()
1058 dir_entry_t *const entry = entry_from_path(put_confirm.view, in handle_prompt_response()
H A Dfilelist.h246 dir_entry_t * entry_from_path(view_t *view, dir_entry_t *entries, int count,
H A Dfops_rename.c368 entry = entry_from_path(view, view->dir_entry, view->list_rows, path); in perform_renaming()
383 entry = entry_from_path(view, view->custom.entries, in perform_renaming()
H A Dmarks.c286 entry = entry_from_path(view, view->dir_entry, view->list_rows, path); in marks_find_in_view()
H A Dfilelist.c517 entry = entry_from_path(view, view->local_filter.entries, in navigate_to_file_in_custom_view()
1493 entry_from_path(view_t *view, dir_entry_t *entries, int count, in entry_from_path() function
3161 if(entry_from_path(view, parent_dirs.entries, parent_dirs.nentries, in list_sibling_dirs()
3242 entry = entry_from_path(view, parent_dirs.entries, parent_dirs.nentries, in pick_sibling()
3708 entry = entry_from_path(view, view->dir_entry, view->list_rows, path); in set_position_by_path()
H A Dfiltering.c451 entry = entry_from_path(view, view->dir_entry, view->list_rows, full_path); in load_unfiltered_list()
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dfileview.c435 entry = entry_from_path(view, entries.entries, entries.nentries, current); in print_column()