SUBSHELL_EXIT 527 src/execute.c if ((quit & SUBSHELL_EXIT) != 0) SUBSHELL_EXIT 155 src/filemanager/command.c if ((quit & SUBSHELL_EXIT) != 0) SUBSHELL_EXIT 1851 src/filemanager/filemanager.c if ((quit & SUBSHELL_EXIT) == 0) SUBSHELL_EXIT 491 src/main.c if (mc_global.tty.console_flag != '\0' && (quit & SUBSHELL_EXIT) == 0) SUBSHELL_EXIT 1977 src/subshell/common.c subshell_quit = subshell_get_mainloop_quit () | SUBSHELL_EXIT; // Exited normally