subshell_get_mainloop_quit 1738 src/subshell/common.c     while (!subshell_alive && subshell_get_mainloop_quit () == 0 && mc_global.tty.use_subshell)
subshell_get_mainloop_quit 1741 src/subshell/common.c     return subshell_get_mainloop_quit ();
subshell_get_mainloop_quit 1952 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);