ret_vpath 521 lib/mcconfig/paths.c vfs_path_t *ret_vpath; ret_vpath 526 lib/mcconfig/paths.c ret_vpath = vfs_path_from_str (str_path); ret_vpath 529 lib/mcconfig/paths.c return ret_vpath; ret_vpath 1255 lib/vfs/path.c vfs_path_t *ret_vpath; ret_vpath 1265 lib/vfs/path.c ret_vpath = vfs_path_build_filename (result_str, str_path, (char *) NULL); ret_vpath 1268 lib/vfs/path.c return ret_vpath; ret_vpath 1287 lib/vfs/path.c vfs_path_t *ret_vpath; ret_vpath 1293 lib/vfs/path.c ret_vpath = vfs_path_new (); ret_vpath 1305 lib/vfs/path.c g_array_append_val (ret_vpath->path, path_element); ret_vpath 1312 lib/vfs/path.c ret_vpath->str = vfs_path_to_str_flags (ret_vpath, 0, VPF_NONE); ret_vpath 1314 lib/vfs/path.c return ret_vpath; ret_vpath 1457 lib/vfs/path.c vfs_path_t *ret_vpath = NULL; ret_vpath 1462 lib/vfs/path.c ret_vpath = vfs_path_from_str_flags (str_tokens, VPF_NO_CANON); ret_vpath 1465 lib/vfs/path.c return ret_vpath; ret_vpath 437 src/editor/editcmd.c vfs_path_t *ret_vpath = NULL; ret_vpath 472 src/editor/editcmd.c ret_vpath = vfs_path_from_str (fname); ret_vpath 476 src/editor/editcmd.c return ret_vpath; ret_vpath 4769 src/filemanager/panel.c vfs_path_t *ret_vpath; ret_vpath 4773 src/filemanager/panel.c ret_vpath = vfs_path_new (); ret_vpath 4786 src/filemanager/panel.c vfs_path_add_element (ret_vpath, path_element); ret_vpath 4793 src/filemanager/panel.c vfs_path_add_element (ret_vpath, path_element); ret_vpath 4809 src/filemanager/panel.c vfs_path_add_element (ret_vpath, path_element); ret_vpath 4812 src/filemanager/panel.c return ret_vpath;