g_list_foreach    156 lib/widget/dialog-switch.c     g_list_foreach (mc_dialogs, dialog_switch_suspend, NULL);
g_list_foreach    448 lib/widget/group.c         g_list_foreach (g->widgets, group_widget_set_position, &wss);
g_list_foreach    629 lib/widget/group.c         g_list_foreach (g->widgets, group_widget_init, NULL);
g_list_foreach    650 lib/widget/group.c         g_list_foreach (g->widgets, (GFunc) widget_destroy, NULL);
g_list_foreach    685 lib/widget/group.c         g_list_foreach (g->widgets, group_widget_set_state, &st);
g_list_foreach    697 lib/widget/group.c             g_list_foreach (g->widgets, group_widget_set_state, &st);
g_list_foreach    796 src/editor/editcmd.c     g_list_foreach (GROUP (h)->widgets, edit_syntax_onoff_cb, NULL);
g_list_foreach    202 src/editor/editoptions.c         g_list_foreach (GROUP (h)->widgets, edit_reset_over_col, NULL);
g_list_foreach    238 src/editor/editoptions.c         g_list_foreach (GROUP (h)->widgets, edit_reload_syntax, NULL);
g_list_foreach    330 src/vfs/extfs/extfs.c     g_list_foreach (VFS_SUBCLASS (me)->supers, extfs_fill_name, func);