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