SUBSHELL_EXIT     525 src/execute.c      if ((quit & SUBSHELL_EXIT) != 0)
SUBSHELL_EXIT     155 src/filemanager/command.c         if ((quit & SUBSHELL_EXIT) != 0)
SUBSHELL_EXIT    1846 src/filemanager/filemanager.c     if ((quit & SUBSHELL_EXIT) == 0)
SUBSHELL_EXIT     481 src/main.c         if (mc_global.tty.console_flag != '\0' && (quit & SUBSHELL_EXIT) == 0)
SUBSHELL_EXIT    1869 src/subshell/common.c                 subshell_quit = subshell_get_mainloop_quit () | SUBSHELL_EXIT;  /* Exited normally */