WRect             111 lib/widget/background.c     WRect r = { y, x, lines, cols };
WRect             209 lib/widget/button.c     WRect r = { y, x, 1, 1 };
WRect             246 lib/widget/buttonbar.c     WRect r = { LINES - 1, 0, 1, COLS };
WRect             140 lib/widget/check.c     WRect r = { y, x, 1, 1 };
WRect             403 lib/widget/dialog.c     WRect r = { y1, x1, lines, cols };
WRect              71 lib/widget/frame.c     const WRect *w = &wf->rect;
WRect             100 lib/widget/frame.c     WRect r = { y, x, lines, cols };
WRect             133 lib/widget/gauge.c     WRect r = { y, x, 1, cols };
WRect             189 lib/widget/group.c group_default_make_global (Widget * w, const WRect * delta)
WRect             203 lib/widget/group.c         WRect r = WIDGET (w->owner)->rect;
WRect             225 lib/widget/group.c group_default_make_local (Widget * w, const WRect * delta)
WRect             239 lib/widget/group.c         WRect r = WIDGET (w->owner)->rect;
WRect             391 lib/widget/group.c     const WRect *g = &CONST_WIDGET (c->owner)->rect;
WRect             393 lib/widget/group.c     WRect r = c->rect;
WRect             425 lib/widget/group.c group_set_position (WGroup * g, const WRect * r)
WRect             427 lib/widget/group.c     WRect *w = &WIDGET (g)->rect;
WRect             430 lib/widget/group.c     WRect or = *w;
WRect             454 lib/widget/group.c group_default_resize (WGroup * g, WRect * r)
WRect             463 lib/widget/group.c     WRect r0;
WRect             599 lib/widget/group.c group_init (WGroup * g, const WRect * r, widget_cb_fn callback, widget_mouse_cb_fn mouse_callback)
WRect              41 lib/widget/group.h void group_init (WGroup * g, const WRect * r, widget_cb_fn callback,
WRect             102 lib/widget/groupbox.c     WRect r = { y, x, height, width };
WRect              77 lib/widget/history.c     WRect r;
WRect              68 lib/widget/hline.c         WRect *w = &wl->rect;
WRect              69 lib/widget/hline.c         const WRect *wo = &o->rect;
WRect             149 lib/widget/hline.c     WRect r = { y, x, 1, width };
WRect             955 lib/widget/input.c     WRect r = { y, x, 1, width };
WRect            1186 lib/widget/input.c     const WRect *w = &wi->rect;
WRect             136 lib/widget/label.c     WRect r = { y, x, 1, 1 };
WRect              95 lib/widget/listbox.c     const WRect *w = &CONST_WIDGET (l)->rect;
WRect             137 lib/widget/listbox.c     const WRect *w = &CONST_WIDGET (l)->rect;
WRect             279 lib/widget/listbox.c     const WRect *w = &CONST_WIDGET (l)->rect;
WRect             555 lib/widget/listbox.c     WRect r = { y, x, 1, width };
WRect             126 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             184 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             222 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             732 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             962 lib/widget/menu.c     WRect r = { 0, 0, 1, COLS };
WRect             429 lib/widget/quick.c         WRect *r;
WRect             331 lib/widget/quick.h     WRect rect;                 /* if rect.x == -1 or rect.y == -1, then dialog is ceneterd;
WRect             218 lib/widget/radio.c     WRect r0 = { y, x, count, 1 };
WRect              61 lib/widget/rect.c WRect *
WRect              64 lib/widget/rect.c     WRect *r;
WRect              66 lib/widget/rect.c     r = g_try_new (WRect, 1);
WRect              86 lib/widget/rect.c rect_init (WRect * r, int y, int x, int lines, int cols)
WRect             104 lib/widget/rect.c rect_move (WRect * r, int dy, int dx)
WRect             120 lib/widget/rect.c rect_resize (WRect * r, int dl, int dc)
WRect             140 lib/widget/rect.c rect_grow (WRect * r, int dl, int dc)
WRect             160 lib/widget/rect.c rect_intersect (WRect * r, const WRect * r1)
WRect             196 lib/widget/rect.c rect_union (WRect * r, const WRect * r1)
WRect             231 lib/widget/rect.c rects_are_overlapped (const WRect * r1, const WRect * r2)
WRect             248 lib/widget/rect.c rects_are_equal (const WRect * r1, const WRect * r2)
WRect              11 lib/widget/rect.h #define RECT(x) ((WRect *)(x))
WRect              12 lib/widget/rect.h #define CONST_RECT(x) ((const WRect *)(x))
WRect              18 lib/widget/rect.h struct WRect;
WRect              19 lib/widget/rect.h typedef struct WRect WRect;
WRect              33 lib/widget/rect.h WRect *rect_new (int y, int x, int lines, int cols);
WRect              34 lib/widget/rect.h void rect_init (WRect * r, int y, int x, int lines, int cols);
WRect              35 lib/widget/rect.h void rect_move (WRect * r, int dy, int dx);
WRect              36 lib/widget/rect.h void rect_resize (WRect * r, int dl, int dc);
WRect              37 lib/widget/rect.h void rect_grow (WRect * r, int dl, int dc);
WRect              38 lib/widget/rect.h void rect_intersect (WRect * r, const WRect * r1);
WRect              39 lib/widget/rect.h void rect_union (WRect * r, const WRect * r1);
WRect              40 lib/widget/rect.h gboolean rects_are_overlapped (const WRect * r1, const WRect * r2);
WRect              41 lib/widget/rect.h gboolean rects_are_equal (const WRect * r1, const WRect * r2);
WRect              85 lib/widget/widget-common.c widget_default_resize (Widget * w, const WRect * r)
WRect             310 lib/widget/widget-common.c widget_init (Widget * w, const WRect * r, widget_cb_fn callback, widget_mouse_cb_fn mouse_callback)
WRect             395 lib/widget/widget-common.c widget_adjust_position (widget_pos_flags_t pos_flags, WRect * r)
WRect             436 lib/widget/widget-common.c     WRect r = { y, x, lines, cols };
WRect             451 lib/widget/widget-common.c widget_set_size_rect (Widget * w, WRect * r)
WRect             690 lib/widget/widget-common.c widget_default_make_global (Widget * w, const WRect * delta)
WRect             709 lib/widget/widget-common.c widget_default_make_local (Widget * w, const WRect * delta)
WRect             899 lib/widget/widget-common.c     const WRect *r = &w->rect;
WRect             133 lib/widget/widget-common.h     WRect rect;                 /* position and size */
WRect             162 lib/widget/widget-common.h     void (*make_global) (Widget * w, const WRect * delta);
WRect             163 lib/widget/widget-common.h     void (*make_local) (Widget * w, const WRect * delta);
WRect             206 lib/widget/widget-common.h void widget_init (Widget * w, const WRect * r, widget_cb_fn callback,
WRect             212 lib/widget/widget-common.h void widget_adjust_position (widget_pos_flags_t pos_flags, WRect * r);
WRect             214 lib/widget/widget-common.h void widget_set_size_rect (Widget * w, WRect * r);
WRect             228 lib/widget/widget-common.h void widget_default_make_global (Widget * w, const WRect * delta);
WRect             229 lib/widget/widget-common.h void widget_default_make_local (Widget * w, const WRect * delta);
WRect              79 lib/widget/wtools.c             WRect r;
WRect             226 lib/widget/wtools.c         WRect r = { -1, -1, 0, COLS / 2 };
WRect             702 lib/widget/wtools.c     WRect r;
WRect             107 src/diffviewer/search.c         WRect r = { -1, -1, 0, 58 };
WRect            2370 src/diffviewer/ydiff.c     WRect r = { -1, -1, 0, 56 };
WRect            3375 src/diffviewer/ydiff.c     WRect r;
WRect             139 src/editor/edit-impl.h gboolean edit_add_window (WDialog * h, const WRect * r, const vfs_path_t * f, long fline);
WRect             183 src/editor/edit-impl.h WEdit *edit_init (WEdit * edit, const WRect * r, const vfs_path_t * filename_vpath, long line);
WRect             174 src/editor/edit.c         WRect r;
WRect            2122 src/editor/edit.c edit_init (WEdit * edit, const WRect * r, const vfs_path_t * filename_vpath, long line)
WRect            2132 src/editor/edit.c         WRect loc_prev;
WRect            3372 src/editor/edit.c     WRect *w = &WIDGET (edit)->rect;
WRect             409 src/editor/editcmd.c     WRect r = { -1, -1, 0, 64 };
WRect             880 src/editor/editcmd.c         WRect r = { -1, -1, 0, 38 };
WRect            1086 src/editor/editcmd.c     WRect r = WIDGET (h)->rect;
WRect            1920 src/editor/editcmd.c     WRect r = { -1, -1, 0, 50 };
WRect             359 src/editor/editcomplete.c     const WRect *we = &CONST_WIDGET (edit)->rect;
WRect             842 src/editor/editdraw.c     WRect *w = &we->rect;
WRect            1045 src/editor/editdraw.c     WRect *w = &WIDGET (edit)->rect;
WRect             188 src/editor/editoptions.c         WRect r = { -1, -1, 0, 74 };
WRect             112 src/editor/editsearch.c         WRect r = { -1, -1, 0, 58 };
WRect             192 src/editor/editsearch.c         WRect r = { -1, -1, 0, 58 };
WRect             257 src/editor/editsearch.c         WRect r = { ypos, xpos, 0, -1 };
WRect             757 src/editor/editsearch.c         WRect r;
WRect             162 src/editor/editwidget.c         WRect r = { -1, -1, 0, 40 };
WRect             223 src/editor/editwidget.c     WRect *w = &we->rect;
WRect             224 src/editor/editwidget.c     const WRect *wh = &wo->rect;
WRect             265 src/editor/editwidget.c     WRect *w = &we->rect;
WRect             266 src/editor/editwidget.c     const WRect *wh = &wo->rect;
WRect            1018 src/editor/editwidget.c     WRect *r = &w->rect;
WRect            1019 src/editor/editwidget.c     const WRect *h = &CONST_WIDGET (w->owner)->rect;
WRect            1375 src/editor/editwidget.c edit_add_window (WDialog * h, const WRect * r, const vfs_path_t * f, long fline)
WRect            1537 src/editor/editwidget.c         WRect r;
WRect              73 src/editor/editwidget.h     WRect loc_prev;
WRect             318 src/editor/etags.c     const WRect *w = &CONST_WIDGET (edit)->rect;
WRect             194 src/filemanager/boxes.c             const WRect *wd = &WIDGET (d->data.p)->rect;
WRect             195 src/filemanager/boxes.c             WRect r = w->rect;
WRect             408 src/filemanager/boxes.c             WRect r = w->rect;
WRect             595 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 60 };
WRect             654 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 54 };
WRect             734 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 60 };
WRect             811 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 48 };
WRect             902 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 40 };
WRect             942 src/filemanager/boxes.c     WRect r = { -1, -1, 0, 46 };
WRect             978 src/filemanager/boxes.c     WRect r = { -1, -1, 0, 46 };
WRect            1037 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 46 };
WRect            1165 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 56 };
WRect            1228 src/filemanager/boxes.c     WRect r = { w->rect.y + w->rect.lines - 6, w->rect.x, 0, w->rect.cols };
WRect            1258 src/filemanager/boxes.c     WRect r = { -1, -1, 0, 64 };
WRect             339 src/filemanager/chattr.c             const WRect *wo = &CONST_WIDGET (w->owner)->rect;
WRect             365 src/filemanager/chattr.c     WRect r = { y, x, 2, 1 };
WRect             882 src/filemanager/chattr.c chattrboxes_new (const WRect * r)
WRect             978 src/filemanager/chattr.c     WRect r;
WRect             213 src/filemanager/file.c     WRect r;
WRect            3315 src/filemanager/file.c     WRect r = wd->rect;
WRect            3359 src/filemanager/file.c     WRect r = wd->rect;
WRect             832 src/filemanager/filegui.c     WRect r;
WRect            1395 src/filemanager/filegui.c         WRect r = { -1, -1, 0, fmd_xlen };
WRect            1568 src/filemanager/find.c     WRect r = w->rect;
WRect             614 src/filemanager/hotlist.c             WRect r = w->rect;
WRect            1023 src/filemanager/hotlist.c     WRect r = { -1, -1, 0, 64 };
WRect            1086 src/filemanager/hotlist.c     WRect r = { -1, -1, 0, 64 };
WRect             109 src/filemanager/info.c     const WRect *w = &CONST_WIDGET (info)->rect;
WRect             366 src/filemanager/info.c     WRect r = { y, x, lines, cols };
WRect             823 src/filemanager/layout.c     const WRect *r = &CONST_WIDGET (mw)->rect;
WRect             826 src/filemanager/layout.c     WRect rb;
WRect             984 src/filemanager/layout.c     const WRect *r = &mw->rect;
WRect            1124 src/filemanager/layout.c     WRect r = { 0, 0, 0, 0 };
WRect            1332 src/filemanager/layout.c         WRect r;
WRect            2625 src/filemanager/panel.c     WRect r = { -1, -1, 0, 50 };
WRect            4477 src/filemanager/panel.c     WRect r = { y, x, lines, cols };
WRect            1287 src/filemanager/tree.c     WRect r = { y, x, lines, cols };
WRect             893 src/help.c         WRect r = w->rect;
WRect            1058 src/help.c     mousedispatch_new (const WRect * r)
WRect            1093 src/help.c         WRect r = { 1, 1, 1, 1 };
WRect             578 src/viewer/ascii.c     const WRect *r = &view->data_area;
WRect             849 src/viewer/ascii.c     const WRect *r = &view->data_area;
WRect             101 src/viewer/dialogs.c         WRect r = { -1, -1, 0, 58 };
WRect             188 src/viewer/dialogs.c         WRect r = { -1, -1, 0, 40 };
WRect             154 src/viewer/display.c     const WRect *r = &view->status_area;
WRect             262 src/viewer/display.c     WRect view_area;
WRect             370 src/viewer/display.c     const WRect *r = &view->ruler_area;
WRect             100 src/viewer/hex.c     const WRect *r = &view->data_area;
WRect             156 src/viewer/internal.h     WRect status_area;          /* Where the status line is displayed */
WRect             157 src/viewer/internal.h     WRect ruler_area;           /* Where the ruler is displayed */
WRect             158 src/viewer/internal.h     WRect data_area;            /* Where the data is displayed */
WRect              94 src/viewer/mcviewer.c     const WRect *r = &view->data_area;
WRect             200 src/viewer/mcviewer.c     WRect r = { y, x, lines, cols };
WRect             378 src/viewer/move.c     const WRect *r = &view->data_area;
WRect             103 src/viewer/search.c         WRect r;
WRect              88 tests/lib/widget/group_init_destroy.c     WRect r;
WRect              44 tests/lib/widget/widget_find_by_id.c     WRect r;
WRect              42 tests/lib/widget/widget_make_global_local.c     WRect r;
WRect             154 tests/src/editor/edit_complete_word_cmd.c     WRect r;