midnight_shutdown   58 lib/global.c       .midnight_shutdown = FALSE,
midnight_shutdown  166 lib/global.h       gboolean midnight_shutdown;
midnight_shutdown  199 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
midnight_shutdown  216 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
midnight_shutdown  237 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
midnight_shutdown  289 lib/widget/dialog.c     if (!widget_get_state (wh, WST_MODAL) && mc_global.midnight_shutdown)
midnight_shutdown 3018 src/diffviewer/ydiff.c     act = query_dialog (_("Quit"), !mc_global.midnight_shutdown ?
midnight_shutdown 3024 src/diffviewer/ydiff.c     if (mc_global.midnight_shutdown || (act == -1))
midnight_shutdown 1470 src/editor/editcmd.c     if (!mc_global.midnight_shutdown)
midnight_shutdown 1493 src/editor/editcmd.c         if (!mc_global.midnight_shutdown && !edit_check_newline (&edit->buffer))
midnight_shutdown 1497 src/editor/editcmd.c         if (!edit_save_cmd (edit) || mc_global.midnight_shutdown)
midnight_shutdown 1498 src/editor/editcmd.c             return mc_global.midnight_shutdown;
midnight_shutdown  531 src/filemanager/filemanager.c     if (mc_global.midnight_shutdown)
midnight_shutdown 1836 src/filemanager/filemanager.c     mc_global.midnight_shutdown = TRUE;
midnight_shutdown 1461 src/filemanager/panel.c     if ((mc_global.midnight_shutdown && auto_save_setup) || saving_setup)
midnight_shutdown  423 src/main.c                 mc_global.midnight_shutdown = TRUE;
midnight_shutdown  433 src/main.c         if (!mc_global.midnight_shutdown)
midnight_shutdown  455 src/main.c         if (mc_global.midnight_shutdown)
midnight_shutdown  629 src/viewer/actions_cmd.c     if (!mc_global.midnight_shutdown)
midnight_shutdown  649 src/viewer/actions_cmd.c         return mcview_hexedit_save_changes (view) || mc_global.midnight_shutdown;
midnight_shutdown  736 src/viewer/actions_cmd.c             if (mc_global.midnight_shutdown)