Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dialog/
H A Dtimebox.c42 typedef struct _box { struct
43 WINDOW *parent;
44 WINDOW *window;
45 int x;
46 int y;
47 int width;
48 int height;
49 int period;
50 int value;
H A Dcalendar.c49 typedef struct _box { struct
50 WINDOW *parent;
51 WINDOW *window;
52 int x;
53 int y;
54 int width;
55 int height;
56 BOX_DRAW box_draw;
57 int week_start;