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  287 lib/lock.c         elpath = vfs_path_get_by_index (fname_vpath, 0)->path;
vfs_path_get_by_index 1127 lib/vfs/direntry.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index 1183 lib/vfs/direntry.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  420 lib/vfs/interface.c     path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  662 lib/vfs/interface.c     path_element = vfs_path_get_by_index (vfs_get_raw_current_dir (), -1);
vfs_path_get_by_index  653 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index  955 lib/vfs/path.c         path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, vpath_element_index));
vfs_path_get_by_index  987 lib/vfs/path.c         path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, vpath_element_index);
vfs_path_get_by_index 1026 lib/vfs/path.c     element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index 1093 lib/vfs/path.c     path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index 1147 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index 1343 lib/vfs/path.c             path_element = vfs_path_element_clone (vfs_path_get_by_index (current_vpath, vindex));
vfs_path_get_by_index 1380 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vfs_path_get_by_index 1447 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  116 lib/vfs/path.h     element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  128 lib/vfs/path.h     element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  456 lib/vfs/vfs.c      path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  459 src/editor/edit.c             && *(vfs_path_get_by_index (edit->filename_vpath, 0)->path) != '\0')
vfs_path_get_by_index  491 src/editor/edit.c         || *(vfs_path_get_by_index (edit->filename_vpath, 0)->path) == '\0')
vfs_path_get_by_index  525 src/editor/edit.c         || *(vfs_path_get_by_index (edit->filename_vpath, 0)->path) == '\0')
vfs_path_get_by_index  142 src/editor/editcmd.c     vpath_element = vfs_path_get_by_index (filename_vpath, 0);
vfs_path_get_by_index  340 src/editor/editcmd.c         last_vpath_element = (vfs_path_element_t *) vfs_path_get_by_index (tmp_vpath, -1);
vfs_path_get_by_index  247 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   69 src/filemanager/filenot.c     if (IS_PATH_SEP (*vfs_path_get_by_index (vpath, 0)->path))
vfs_path_get_by_index 1253 src/filemanager/panel.c     path_element = vfs_path_element_clone (vfs_path_get_by_index (panel->cwd_vpath, -1));
vfs_path_get_by_index 1263 src/filemanager/panel.c         prev_path_element = vfs_path_get_by_index (panel->cwd_vpath, -2);
vfs_path_get_by_index 1301 src/filemanager/panel.c     path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
vfs_path_get_by_index 3406 src/filemanager/panel.c         element = vfs_path_get_by_index (new_dir_vpath, 0);
vfs_path_get_by_index 4593 src/filemanager/panel.c     path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
vfs_path_get_by_index 5003 src/filemanager/panel.c         path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, indx));
vfs_path_get_by_index 5420 src/filemanager/panel.c         path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
vfs_path_get_by_index  777 src/vfs/extfs/extfs.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  149 src/vfs/sfs/sfs.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  240 src/vfs/sftpfs/internal.c     *path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  175 tests/lib/vfs/relative_cd.c     path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, -1));
vfs_path_get_by_index  182 tests/lib/vfs/vfs_path_string_convert.c     path_element = vfs_path_get_by_index (vpath, -1);
vfs_path_get_by_index  298 tests/lib/vfs/vfs_path_string_convert.c     element = vfs_path_get_by_index (vpath, -1);