subshell_quit    1880 src/subshell/common.c     gboolean subshell_quit = TRUE;
subshell_quit    1883 src/subshell/common.c         subshell_quit = query_dialog (_ ("Warning"), _ ("The shell is still active. Quit anyway?"),
subshell_quit    1887 src/subshell/common.c     if (subshell_quit)
subshell_quit    1911 src/subshell/common.c     return subshell_quit;
subshell_quit    1976 src/subshell/common.c                 int subshell_quit;
subshell_quit    1977 src/subshell/common.c                 subshell_quit = subshell_get_mainloop_quit () | SUBSHELL_EXIT;  // Exited normally
subshell_quit    1978 src/subshell/common.c                 subshell_set_mainloop_quit (subshell_quit);