ret_vpath         303 lib/mcconfig/paths.c     vfs_path_t *ret_vpath;
ret_vpath         308 lib/mcconfig/paths.c     ret_vpath = vfs_path_from_str (str_path);
ret_vpath         311 lib/mcconfig/paths.c     return ret_vpath;
ret_vpath        1294 lib/vfs/path.c     vfs_path_t *ret_vpath;
ret_vpath        1304 lib/vfs/path.c     ret_vpath = vfs_path_build_filename (result_str, str_path, (char *) NULL);
ret_vpath        1307 lib/vfs/path.c     return ret_vpath;
ret_vpath        1326 lib/vfs/path.c     vfs_path_t *ret_vpath;
ret_vpath        1332 lib/vfs/path.c     ret_vpath = vfs_path_new (FALSE);
ret_vpath        1344 lib/vfs/path.c             g_array_append_val (ret_vpath->path, path_element);
ret_vpath        1351 lib/vfs/path.c     ret_vpath->str = vfs_path_to_str_flags (ret_vpath, 0, VPF_NONE);
ret_vpath        1353 lib/vfs/path.c     return ret_vpath;
ret_vpath        1496 lib/vfs/path.c     vfs_path_t *ret_vpath = NULL;
ret_vpath        1501 lib/vfs/path.c         ret_vpath = vfs_path_from_str_flags (str_tokens, VPF_NO_CANON);
ret_vpath        1504 lib/vfs/path.c     return ret_vpath;
ret_vpath         385 src/editor/editcmd.c     vfs_path_t *ret_vpath = NULL;
ret_vpath         421 src/editor/editcmd.c         ret_vpath = vfs_path_from_str (fname);
ret_vpath         425 src/editor/editcmd.c     return ret_vpath;
ret_vpath        4990 src/filemanager/panel.c     vfs_path_t *ret_vpath;
ret_vpath        4994 src/filemanager/panel.c     ret_vpath = vfs_path_new (FALSE);
ret_vpath        5007 src/filemanager/panel.c             vfs_path_add_element (ret_vpath, path_element);
ret_vpath        5014 src/filemanager/panel.c             vfs_path_add_element (ret_vpath, path_element);
ret_vpath        5030 src/filemanager/panel.c         vfs_path_add_element (ret_vpath, path_element);
ret_vpath        5033 src/filemanager/panel.c     return ret_vpath;