Home
last modified time | relevance | path

Searched defs:_box (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/dialog/
H A Dtimebox.c44 typedef struct _box { struct
45 WINDOW *parent;
46 WINDOW *window;
47 int x;
48 int y;
49 int width;
50 int height;
51 int period;
52 int value;
H A Dcalendar.c57 typedef struct _box { struct
58 WINDOW *parent;
59 WINDOW *window;
60 int x;
61 int y;
62 int width;
63 int height;
64 BOX_DRAW box_draw;
65 int week_start;