Home
last modified time | relevance | path

Searched refs:get_short_path_of (Results 1 – 11 of 11) sorted by relevance

/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dflist_misc.c402 get_short_path_of(&lwin, &lwin.dir_entry[0], 1, 1, sizeof(name), name); in TEST()
407 get_short_path_of(&lwin, &lwin.dir_entry[0], 1, 1, sizeof(name), name); in TEST()
H A Dflist_tree.c454 get_short_path_of(&lwin, &lwin.dir_entry[0], 1, 1, sizeof(name), name); in TEST()
456 get_short_path_of(&lwin, &lwin.dir_entry[1], 1, 1, sizeof(name), name); in TEST()
/dports/misc/vifm/vifm-0.11/src/
H A Dsort.c576 get_short_path_of(view, a, NF_NONE, 0, sizeof(a_short_path), a_short_path); in compare_entry_names()
577 get_short_path_of(view, b, NF_NONE, 0, sizeof(b_short_path), b_short_path); in compare_entry_names()
H A Dfilelist.h216 void get_short_path_of(const view_t *view, const dir_entry_t *entry,
H A Dfops_rename.c188 get_short_path_of(view, entry, NF_NONE, 0, sizeof(path), path); in fops_rename()
H A Dmacros.c434 get_short_path_of(view, entry, NF_NONE, 0, sizeof(path), path);
H A Dfops_misc.c116 get_short_path_of(view, entry, NF_FULL, 0, sizeof(short_path), short_path); in fops_delete()
H A Dfilelist.c3413 get_short_path_of(const view_t *view, const dir_entry_t *entry, NameFormat fmt, in get_short_path_of() function
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dfileview.c1409 get_short_path_of(view, cdt->entry, fmt, 0, buf_len + 1U, buf); in format_name()
1443 get_short_path_of(view, cdt->entry, fmt, 1, buf_len + 1U - len, buf + len); in format_name()
1778 get_short_path_of(view, entry, NF_NONE, 0, sizeof(name), name); in get_filename_width()
H A Dstatusline.c311 get_short_path_of(view, curr, NF_FULL, 0, sizeof(path), path); in parse_view_macros()
/dports/misc/vifm/vifm-0.11/src/modes/
H A Dcmdline.c1780 get_short_path_of(view, get_current_entry(view), NF_NONE, 0, in paste_short_path()
1851 get_short_path_of(view, get_current_entry(view), NF_NONE, 0, in paste_short_path_root()