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