Searched defs:_box (Results 1 – 2 of 2) sorted by relevance
42 typedef struct _box { struct43 WINDOW *parent;44 WINDOW *window;45 int x;46 int y;47 int width;48 int height;49 int period;50 int value;
49 typedef struct _box { struct50 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;