vfs_path_get_by_index  125 lib/lock.c         elpath = vfs_path_get_by_index (fname_vpath, 0)->path;
vfs_path_get_by_index  212 lib/lock.c         elpath = vfs_path_get_by_index (fname_vpath, 0)->path;
vfs_path_get_by_index  285 lib/lock.c         elpath = vfs_path_get_by_index (fname_vpath, 0)->path;
vfs_path_get_by_index 1116 lib/vfs/direntry.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index 1172 lib/vfs/direntry.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  412 lib/vfs/interface.c     path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  653 lib/vfs/interface.c     path_element = vfs_path_get_by_index (vfs_get_raw_current_dir (), -1);
vfs_path_get_by_index  625 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index  927 lib/vfs/path.c         path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, vpath_element_index));
vfs_path_get_by_index  959 lib/vfs/path.c         path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, vpath_element_index);
vfs_path_get_by_index  999 lib/vfs/path.c     element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index 1099 lib/vfs/path.c     path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index 1153 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index 1348 lib/vfs/path.c             path_element = vfs_path_element_clone (vfs_path_get_by_index (current_vpath, vindex));
vfs_path_get_by_index 1385 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index 1452 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index   78 lib/vfs/path.h const vfs_path_element_t *vfs_path_get_by_index (const vfs_path_t *path, int element_index);
vfs_path_get_by_index  118 lib/vfs/path.h     element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  131 lib/vfs/path.h     element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  452 lib/vfs/vfs.c      path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  445 src/editor/edit.c             && *(vfs_path_get_by_index (edit->filename_vpath, 0)->path) != '\0')
vfs_path_get_by_index  477 src/editor/edit.c         || *(vfs_path_get_by_index (edit->filename_vpath, 0)->path) == '\0')
vfs_path_get_by_index  511 src/editor/edit.c         || *(vfs_path_get_by_index (edit->filename_vpath, 0)->path) == '\0')
vfs_path_get_by_index  141 src/editor/editcmd.c     vpath_element = vfs_path_get_by_index (filename_vpath, 0);
vfs_path_get_by_index  331 src/editor/editcmd.c         last_vpath_element = (vfs_path_element_t *) vfs_path_get_by_index (tmp_vpath, -1);
vfs_path_get_by_index  245 src/filemanager/cd.c                 || strlen (vfs_path_get_by_index (current_panel->cwd_vpath, 0)->path) > 1)
vfs_path_get_by_index  207 src/filemanager/dir.c         path = vfs_path_get_by_index (vpath, 0)->path;
vfs_path_get_by_index  759 src/filemanager/dir.c     tmp_path = vfs_path_get_by_index (vpath, 0)->path;
vfs_path_get_by_index 1118 src/filemanager/panel.c     path_element = vfs_path_element_clone (vfs_path_get_by_index (panel->cwd_vpath, -1));
vfs_path_get_by_index 1129 src/filemanager/panel.c         prev_path_element = vfs_path_get_by_index (panel->cwd_vpath, -2);
vfs_path_get_by_index 1166 src/filemanager/panel.c     path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
vfs_path_get_by_index 3336 src/filemanager/panel.c         element = vfs_path_get_by_index (new_dir_vpath, 0);
vfs_path_get_by_index 4557 src/filemanager/panel.c     path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
vfs_path_get_by_index 5022 src/filemanager/panel.c         path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, indx));
vfs_path_get_by_index 5439 src/filemanager/panel.c         path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
vfs_path_get_by_index  792 src/vfs/extfs/extfs.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  147 src/vfs/sfs/sfs.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  241 src/vfs/sftpfs/internal.c     *path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  116 tests/lib/vfs/path_len.c     path = vpath != NULL ? vfs_path_get_by_index (vpath, 0)->path : NULL;
vfs_path_get_by_index  166 tests/lib/vfs/relative_cd.c     path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, -1));
vfs_path_get_by_index  198 tests/lib/vfs/vfs_path_string_convert.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  312 tests/lib/vfs/vfs_path_string_convert.c     element = vfs_path_get_by_index (vpath, -1);