extdir_vpath     1132 src/editor/editcmd.c     vfs_path_t *extdir_vpath;
extdir_vpath     1141 src/editor/editcmd.c     extdir_vpath =
extdir_vpath     1143 src/editor/editcmd.c     if (!exist_file (vfs_path_get_last_path_str (extdir_vpath)))
extdir_vpath     1145 src/editor/editcmd.c         vfs_path_free (extdir_vpath, TRUE);
extdir_vpath     1146 src/editor/editcmd.c         extdir_vpath =
extdir_vpath     1155 src/editor/editcmd.c         check_for_default (extdir_vpath, user_syntax_file_vpath);
extdir_vpath     1160 src/editor/editcmd.c         ret = edit_load_file_from_filename (h, extdir_vpath, 0);
extdir_vpath     1162 src/editor/editcmd.c     vfs_path_free (extdir_vpath, TRUE);
extdir_vpath      828 src/filemanager/cmd.c     vfs_path_t *extdir_vpath;
extdir_vpath      836 src/filemanager/cmd.c     extdir_vpath = vfs_path_build_filename (mc_global.sysconfig_dir, MC_EXT_FILE, (char *) NULL);
extdir_vpath      843 src/filemanager/cmd.c         check_for_default (extdir_vpath, buffer_vpath);
extdir_vpath      849 src/filemanager/cmd.c         if (!exist_file (vfs_path_get_last_path_str (extdir_vpath)))
extdir_vpath      851 src/filemanager/cmd.c             vfs_path_free (extdir_vpath, TRUE);
extdir_vpath      852 src/filemanager/cmd.c             extdir_vpath =
extdir_vpath      855 src/filemanager/cmd.c         do_edit (extdir_vpath);
extdir_vpath      858 src/filemanager/cmd.c     vfs_path_free (extdir_vpath, TRUE);