script_vpath      117 src/filemanager/ext.c exec_cleanup_script (vfs_path_t * script_vpath)
script_vpath      119 src/filemanager/ext.c     if (script_vpath != NULL)
script_vpath      121 src/filemanager/ext.c         (void) mc_unlink (script_vpath);
script_vpath      122 src/filemanager/ext.c         vfs_path_free (script_vpath, TRUE);
script_vpath      436 src/filemanager/ext.c     vfs_path_t *script_vpath = NULL;
script_vpath      468 src/filemanager/ext.c     cmd_file_fd = mc_mkstemps (&script_vpath, "mcext", SCRIPT_SUFFIX);
script_vpath      497 src/filemanager/ext.c         fprintf (cmd_file, "\n/bin/rm -f %s\n", vfs_path_as_str (script_vpath));
script_vpath      503 src/filemanager/ext.c         exec_cleanup_script (script_vpath);
script_vpath      504 src/filemanager/ext.c         script_vpath = NULL;
script_vpath      509 src/filemanager/ext.c         mc_chmod (script_vpath, S_IRWXU);
script_vpath      511 src/filemanager/ext.c         cmd = g_strconcat ("/bin/sh ", vfs_path_as_str (script_vpath), (char *) NULL);
script_vpath      542 src/filemanager/ext.c     return script_vpath;
script_vpath      899 src/filemanager/ext.c                    vfs_path_t ** script_vpath)
script_vpath      918 src/filemanager/ext.c     if (script_vpath != NULL)
script_vpath      919 src/filemanager/ext.c         *script_vpath = NULL;
script_vpath     1090 src/filemanager/ext.c             if (script_vpath != NULL)
script_vpath     1091 src/filemanager/ext.c                 *script_vpath = sv;
script_vpath       18 src/filemanager/ext.h                        vfs_path_t ** script_vpath);