top_dlg            45 lib/widget/dialog-switch.c GList *top_dlg = NULL;
top_dlg           174 lib/widget/dialog-switch.c     if (top_dlg != NULL)
top_dlg           175 lib/widget/dialog-switch.c         mc_current = g_list_find (mc_dialogs, DIALOG (top_dlg->data));
top_dlg           329 lib/widget/dialog-switch.c     GList *d = top_dlg;
top_dlg           346 lib/widget/dialog-switch.c             d = g_list_last (top_dlg);
top_dlg           402 lib/widget/dialog-switch.c     for (d = g_list_last (top_dlg); d != NULL; d = g_list_previous (d))
top_dlg            15 lib/widget/dialog-switch.h extern GList *top_dlg;
top_dlg           491 lib/widget/dialog.c     if (top_dlg != NULL && widget_get_state (WIDGET (top_dlg->data), WST_MODAL))
top_dlg           495 lib/widget/dialog.c     top_dlg = g_list_prepend (top_dlg, h);
top_dlg           550 lib/widget/dialog.c     top_dlg = g_list_remove (top_dlg, h);
top_dlg           511 lib/widget/widget-common.c     if (w == top_dlg->data)
top_dlg            82 lib/widget/wtools.c             if (top_dlg != NULL)
top_dlg            84 lib/widget/wtools.c                 if (top_dlg->data != (void *) h)
top_dlg            85 lib/widget/wtools.c                     prev_dlg = DIALOG (top_dlg->data);
top_dlg            92 lib/widget/wtools.c                     p = g_list_next (top_dlg);
top_dlg           563 src/background.c         top_dlg = NULL;
top_dlg           143 src/filemanager/filemanager.c     if (top_dlg != NULL)
top_dlg           144 src/filemanager/filemanager.c         dlg_close (DIALOG (top_dlg->data));
top_dlg          1495 src/filemanager/layout.c     if (top_dlg != NULL && DIALOG (top_dlg->data) == filemanager && command_prompt)