Searched refs:MIN_HIGH (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/dialog/
H A Dpause.c32 #define MIN_HIGH (4) macro
104 MIN_HIGH,
109 MIN_HIGH + MARGIN - BTN_HIGH,
H A Dinputbox.c42 #define MIN_HIGH (HDR_HIGH + (MARGIN * 2 + 1) + (BTN_HIGH + MARGIN * 2)) macro
115 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH,
121 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dtimebox.c33 #define MIN_HIGH (ONE_HIGH + BTN_HIGH + (4 * MARGIN)) macro
212 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
245 (height - MIN_HIGH + MARGIN),
H A Dmenubox.c51 #define MIN_HIGH (1 + (5 * MARGIN)) macro
396 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
401 MIN_HIGH + all.menu_height, use_width);
434 all.menu_height = height - MIN_HIGH - cur_y;
H A Dchecklist.c32 #define MIN_HIGH (1 + (5 * MARGIN)) macro
261 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
266 MIN_HIGH + all.use_height, use_width);
306 all.use_height = height - MIN_HIGH - cur_y;
H A Dtreeview.c28 #define MIN_HIGH (1 + (5 * MARGIN)) macro
259 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
262 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
293 use_height = height - MIN_HIGH - cur_y;
H A Drangebox.c29 #define MIN_HIGH (ONE_HIGH + 1 + (4 * MARGIN)) macro
235 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dmixedgauge.c34 #define MIN_HIGH (4) macro
298 dlg->min_height = MIN_HIGH + aItemNo;
H A Dprogressbox.c32 #define MIN_HIGH (4) macro
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE);
H A Dguage.c33 #define MIN_HIGH (4) macro
316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dbuildlist.c37 #define MIN_HIGH (1 + (5 * MARGIN)) macro
612 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width);
617 MIN_HIGH + all.use_height, all.use_width);
655 all.use_height = height - MIN_HIGH - cur_y;
H A Dfselect.c60 #define MIN_HIGH (HDR_HIGH - MARGIN + (BTN_HIGH * 2) + 4 * MARGIN) macro
648 dlg_auto_size(title, "", &height, &width, MIN_HIGH + min_items, min_wide);
695 dbox_height = height - MIN_HIGH;
H A Dcalendar.c44 #define MIN_HIGH (DAY_HIGH + 2 + HDR_HIGH + BTN_HIGH + (MAX_DAYS * MARGIN)) macro
805 height += MIN_HIGH - 1;
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c535 #define MIN_HIGH 24 macro
572 if (high < MIN_HIGH) {
573 T(("... height %d < %d", high, MIN_HIGH));
574 high = MIN_HIGH;
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c924 #define MIN_HIGH 24 macro
961 if (high < MIN_HIGH) {
962 T(("... height %d < %d", high, MIN_HIGH));
963 high = MIN_HIGH;
H A Dwin32_driver.c756 #define MIN_HIGH 24 macro

Completed in 212 milliseconds