mc_current         60 lib/widget/dialog-switch.c static GList *mc_current = NULL;
mc_current         81 lib/widget/dialog-switch.c     if (data != mc_current->data)
mc_current         90 lib/widget/dialog-switch.c     if (mc_current != dlg)
mc_current         92 lib/widget/dialog-switch.c         WDialog *old = DIALOG (mc_current->data);
mc_current         94 lib/widget/dialog-switch.c         mc_current = dlg;
mc_current        144 lib/widget/dialog-switch.c         mc_current = dlg;
mc_current        148 lib/widget/dialog-switch.c         mc_current = mc_dialogs;
mc_current        162 lib/widget/dialog-switch.c     if (DIALOG (mc_current->data) == h)
mc_current        163 lib/widget/dialog-switch.c         this = mc_current;
mc_current        171 lib/widget/dialog-switch.c         mc_current = g_list_find (mc_dialogs, DIALOG (top_dlg->data));
mc_current        173 lib/widget/dialog-switch.c         mc_current = mc_dialogs;
mc_current        176 lib/widget/dialog-switch.c     if (mc_current != NULL)
mc_current        177 lib/widget/dialog-switch.c         widget_set_state (WIDGET (mc_current->data), WST_ACTIVE, TRUE);
mc_current        195 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
mc_current        198 lib/widget/dialog-switch.c     next = g_list_next (mc_current);
mc_current        212 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
mc_current        215 lib/widget/dialog-switch.c     prev = g_list_previous (mc_current);
mc_current        233 lib/widget/dialog-switch.c     if (mc_global.midnight_shutdown || mc_current == NULL)
mc_current        255 lib/widget/dialog-switch.c     selected = listbox_run_with_data (listbox, mc_current);
mc_current        268 lib/widget/dialog-switch.c     if (mc_current == NULL)
mc_current        271 lib/widget/dialog-switch.c     h = DIALOG (mc_current->data);
mc_current        294 lib/widget/dialog-switch.c                     mc_current = g_list_find (mc_dialogs, filemanager);
mc_current        313 lib/widget/dialog-switch.c         if (dlg != mc_current)