mc_current         64 lib/widget/dialog-switch.c static GList *mc_current = NULL;
mc_current         85 lib/widget/dialog-switch.c     if (data != mc_current->data)
mc_current         94 lib/widget/dialog-switch.c     if (mc_current != dlg)
mc_current         96 lib/widget/dialog-switch.c         WDialog *old = DIALOG (mc_current->data);
mc_current         98 lib/widget/dialog-switch.c         mc_current = dlg;
mc_current        148 lib/widget/dialog-switch.c         mc_current = dlg;
mc_current        152 lib/widget/dialog-switch.c         mc_current = mc_dialogs;
mc_current        166 lib/widget/dialog-switch.c     if (DIALOG (mc_current->data) == h)
mc_current        167 lib/widget/dialog-switch.c         this = mc_current;
mc_current        175 lib/widget/dialog-switch.c         mc_current = g_list_find (mc_dialogs, DIALOG (top_dlg->data));
mc_current        177 lib/widget/dialog-switch.c         mc_current = mc_dialogs;
mc_current        180 lib/widget/dialog-switch.c     if (mc_current != NULL)
mc_current        181 lib/widget/dialog-switch.c         widget_set_state (WIDGET (mc_current->data), WST_ACTIVE, TRUE);
mc_current        199 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
mc_current        202 lib/widget/dialog-switch.c     next = g_list_next (mc_current);
mc_current        216 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
mc_current        219 lib/widget/dialog-switch.c     prev = g_list_previous (mc_current);
mc_current        237 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
mc_current        260 lib/widget/dialog-switch.c     selected = listbox_run_with_data (listbox, mc_current);
mc_current        274 lib/widget/dialog-switch.c         WDialog *h = DIALOG (mc_current->data);
mc_current        287 lib/widget/dialog-switch.c                 mc_current = g_list_find (mc_dialogs, filemanager);
mc_current        306 lib/widget/dialog-switch.c         if (dlg != mc_current)