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