subshell_get_mainloop_quit 1937 src/subshell/common.c     while (!subshell_alive && subshell_get_mainloop_quit () == 0 && mc_global.tty.use_subshell)
subshell_get_mainloop_quit 1940 src/subshell/common.c     return subshell_get_mainloop_quit ();
subshell_get_mainloop_quit 2156 src/subshell/common.c                     subshell_get_mainloop_quit () | SUBSHELL_EXIT;  // Exited normally
subshell_get_mainloop_quit   23 src/subshell/internal.h int subshell_get_mainloop_quit (void);