Home
last modified time | relevance | path

Searched refs:mc_args__last_wd_file (Results 1 – 8 of 8) sorted by relevance

/dports/misc/mc-nox11/mc-4.8.27/src/
H A Dargs.h25 extern char *mc_args__last_wd_file;
H A Dmain.c488 if (mc_global.mc_run_mode == MC_RUN_FULL && mc_args__last_wd_file != NULL in main()
493 last_wd_fd = open (mc_args__last_wd_file, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL, in main()
H A Dargs.c60 char *mc_args__last_wd_file = NULL; variable
142 &mc_args__last_wd_file,
/dports/misc/mc/mc-4.8.27/src/
H A Dargs.h25 extern char *mc_args__last_wd_file;
H A Dmain.c488 if (mc_global.mc_run_mode == MC_RUN_FULL && mc_args__last_wd_file != NULL in main()
493 last_wd_fd = open (mc_args__last_wd_file, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL, in main()
H A Dargs.c60 char *mc_args__last_wd_file = NULL; variable
142 &mc_args__last_wd_file,
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dfilemanager.c1845 if (mc_args__last_wd_file != NULL && vfs_current_is_local ()) in do_nc()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dfilemanager.c1845 if (mc_args__last_wd_file != NULL && vfs_current_is_local ()) in do_nc()