shell 88 lib/global.c .shell = NULL, shell 222 lib/global.h mc_shell_t *shell; shell 247 lib/shell.c mc_global.shell = mc_shell; shell 255 lib/shell.c if (mc_global.shell != NULL) shell 257 lib/shell.c g_free (mc_global.shell->path); shell 258 lib/shell.c MC_PTR_FREE (mc_global.shell); shell 219 lib/util.h int my_system (int flags, const char *shell, const char *command); shell 220 lib/util.h int my_systeml (int flags, const char *shell, ...); shell 199 lib/utilunix.c my_system_make_arg_array (int flags, const char *shell, char **execute_name) shell 207 lib/utilunix.c g_ptr_array_add (args_array, (gpointer) shell); shell 209 lib/utilunix.c *execute_name = g_strdup (shell); shell 215 lib/utilunix.c shell_token = shell != NULL ? strchr (shell, ' ') : NULL; shell 217 lib/utilunix.c *execute_name = g_strdup (shell); shell 219 lib/utilunix.c *execute_name = g_strndup (shell, (gsize) (shell_token - shell)); shell 221 lib/utilunix.c g_ptr_array_add (args_array, (gpointer) shell); shell 370 lib/utilunix.c my_system (int flags, const char *shell, const char *command) shell 372 lib/utilunix.c return my_systeml (flags, shell, command, NULL); shell 390 lib/utilunix.c my_systeml (int flags, const char *shell, ...) shell 399 lib/utilunix.c va_start (vargs, shell); shell 405 lib/utilunix.c status = my_systemv_flags (flags, shell, (char *const *) args_array->pdata); shell 87 src/clipboard.c my_system (EXECUTE_AS_SHELL, mc_global.shell->path, cmd); shell 70 src/execute.c void do_execute (const char *shell, const char *command, int flags); shell 71 src/execute.c void do_executev (const char *shell, int flags, char *const argv[]); shell 293 src/execute.c do_executev (const char *shell, int flags, char *const argv[]) shell 325 src/execute.c my_systemv_flags (flags, shell, argv); shell 383 src/execute.c do_execute (const char *shell, const char *command, int flags) shell 391 src/execute.c do_executev (shell, flags, (char *const *) args_array->pdata); shell 435 src/execute.c do_execute (mc_global.shell->path, cmd ? cmd : command, flags | EXECUTE_AS_SHELL); shell 441 src/execute.c do_execute (mc_global.shell->path, cmd ? cmd : command, flags | EXECUTE_AS_SHELL); shell 506 src/execute.c my_system (EXECUTE_INTERNAL, mc_global.shell->path, NULL); shell 317 src/subshell/common.c switch (mc_global.shell->type) shell 387 src/subshell/common.c fprintf (stderr, __FILE__ ": unimplemented subshell type %u\r\n", mc_global.shell->type); shell 416 src/subshell/common.c switch (mc_global.shell->type) shell 419 src/subshell/common.c execl (mc_global.shell->path, "bash", "-rcfile", init_file, (char *) NULL); shell 425 src/subshell/common.c execl (mc_global.shell->path, "zsh", "-Z", "-g", (char *) NULL); shell 432 src/subshell/common.c execl (mc_global.shell->path, mc_global.shell->path, (char *) NULL); shell 620 src/subshell/common.c if (mc_global.shell->type == SHELL_BASH) shell 664 src/subshell/common.c if (mc_global.shell->type != SHELL_ZSH) shell 876 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) shell 1083 src/subshell/common.c switch (mc_global.shell->type) shell 1213 src/subshell/common.c if (mc_global.shell->type == SHELL_FISH) shell 1324 src/subshell/common.c if (mc_global.shell->type == SHELL_NONE) shell 1359 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) shell 1389 src/subshell/common.c (mc_global.shell->type == SHELL_BASH || mc_global.shell->type == SHELL_ZSH shell 1390 src/subshell/common.c || mc_global.shell->type == SHELL_FISH)) shell 1500 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) shell 1661 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) shell 1714 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) shell 1759 src/subshell/common.c if (bPathNotEq && mc_global.shell->type == SHELL_TCSH) shell 1786 src/subshell/common.c if (mc_global.shell->type == SHELL_ZSH)