Searched refs:msshell (Results 1 – 2 of 2) sorted by relevance
/dports/editors/emacs/emacs-27.2/src/ |
H A D | msdos.c | 3720 int msshell, result = -1, inbak, outbak, errbak, x, y; in run_msdos_command() local 3739 msshell = !NILP (Fmember (cmd, Fsymbol_value (intern ("msdos-shells")))) in run_msdos_command() 3741 if (msshell) in run_msdos_command() 3783 if (msshell && !argv[3]) in run_msdos_command() 3848 if (msshell) in run_msdos_command()
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | msdos.c | 3721 int msshell, result = -1, inbak, outbak, errbak, x, y; in run_msdos_command() local 3740 msshell = !NILP (Fmember (cmd, Fsymbol_value (intern ("msdos-shells")))) in run_msdos_command() 3742 if (msshell) in run_msdos_command() 3784 if (msshell && !argv[3]) in run_msdos_command() 3849 if (msshell) in run_msdos_command()
|