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