script_vpath      112 src/filemanager/ext.c exec_cleanup_script (vfs_path_t *script_vpath)
script_vpath      114 src/filemanager/ext.c     if (script_vpath != NULL)
script_vpath      116 src/filemanager/ext.c         (void) mc_unlink (script_vpath);
script_vpath      117 src/filemanager/ext.c         vfs_path_free (script_vpath, TRUE);
script_vpath      424 src/filemanager/ext.c     vfs_path_t *script_vpath = NULL;
script_vpath      456 src/filemanager/ext.c     cmd_file_fd = mc_mkstemps (&script_vpath, "mcext", SCRIPT_SUFFIX);
script_vpath      485 src/filemanager/ext.c         fprintf (cmd_file, "\n/bin/rm -f %s\n", vfs_path_as_str (script_vpath));
script_vpath      491 src/filemanager/ext.c         exec_cleanup_script (script_vpath);
script_vpath      492 src/filemanager/ext.c         script_vpath = NULL;
script_vpath      497 src/filemanager/ext.c         mc_chmod (script_vpath, S_IRWXU);
script_vpath      499 src/filemanager/ext.c         cmd = g_strconcat ("/bin/sh ", vfs_path_as_str (script_vpath), (char *) NULL);
script_vpath      530 src/filemanager/ext.c     return script_vpath;
script_vpath      883 src/filemanager/ext.c                    vfs_path_t **script_vpath)
script_vpath      902 src/filemanager/ext.c     if (script_vpath != NULL)
script_vpath      903 src/filemanager/ext.c         *script_vpath = NULL;
script_vpath     1074 src/filemanager/ext.c             if (script_vpath != NULL)
script_vpath     1075 src/filemanager/ext.c                 *script_vpath = sv;
script_vpath       18 src/filemanager/ext.h                        vfs_path_t **script_vpath);