do_execute         68 src/execute.c  void do_execute (const char *shell, const char *command, int flags);
do_execute        438 src/execute.c              do_execute (mc_global.shell->path, cmd ? cmd : command, flags | EXECUTE_AS_SHELL);
do_execute        444 src/execute.c          do_execute (mc_global.shell->path, cmd ? cmd : command, flags | EXECUTE_AS_SHELL);
do_execute        621 src/execute.c      do_execute (command, vfs_path_get_last_path_str (do_execute_vpath), EXECUTE_INTERNAL);
do_execute         70 tests/src/execute__common.c void do_execute (const char *lc_shell, const char *command, int flags);