subshell_quit    1860 src/subshell/common.c     gboolean subshell_quit = TRUE;
subshell_quit    1863 src/subshell/common.c         subshell_quit = query_dialog (_ ("Warning"), _ ("The shell is still active. Quit anyway?"),
subshell_quit    1867 src/subshell/common.c     if (subshell_quit)
subshell_quit    1891 src/subshell/common.c     return subshell_quit;
subshell_quit    1956 src/subshell/common.c                 int subshell_quit;
subshell_quit    1957 src/subshell/common.c                 subshell_quit = subshell_get_mainloop_quit () | SUBSHELL_EXIT;  // Exited normally
subshell_quit    1958 src/subshell/common.c                 subshell_set_mainloop_quit (subshell_quit);