EDIT              748 src/editor/editcmd.c         WEdit *edit = EDIT (data);
EDIT             1259 src/editor/editcmd.c             edit = EDIT (g->current->data);
EDIT              287 src/editor/editcomplete.c             e = EDIT (ww);
EDIT               91 src/editor/editoptions.c         EDIT (data)->over_col = 0;
EDIT              110 src/editor/editoptions.c         WEdit *edit = EDIT (data);
EDIT              330 src/editor/editwidget.c             WEdit *e = EDIT (w->data);
EDIT              426 src/editor/editwidget.c             edit_close_cmd (EDIT (g->current->data)) && edit_find_editor (h) == NULL)
EDIT              441 src/editor/editwidget.c             if (edit_widget_is_editor (w) && EDIT (w)->drag_state != MCEDIT_DRAG_NONE)
EDIT              442 src/editor/editwidget.c                 edit_restore_size (EDIT (w));
EDIT              474 src/editor/editwidget.c             edit_handle_move_resize (EDIT (g->current->data), command);
EDIT              638 src/editor/editwidget.c             e = EDIT (l->data);
EDIT              655 src/editor/editwidget.c         e = EDIT (me->data);
EDIT              887 src/editor/editwidget.c                 if (edit_widget_is_editor (CONST_WIDGET (l->data)) && EDIT (l->data)->fullscreen)
EDIT              895 src/editor/editwidget.c                 WEdit *e = EDIT (top->data);
EDIT              944 src/editor/editwidget.c     WEdit *e = EDIT (w);
EDIT             1017 src/editor/editwidget.c     WEdit *edit = EDIT (w);
EDIT             1077 src/editor/editwidget.c     WEdit *edit = EDIT (w);
EDIT             1306 src/editor/editwidget.c         return EDIT (g->current->data);
EDIT             1307 src/editor/editwidget.c     return EDIT (widget_find_by_type (CONST_WIDGET (h), edit_callback));