Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dpause.c32 #define MIN_HIGH (4) macro
104 MIN_HIGH, in dialog_pause()
109 MIN_HIGH + MARGIN - BTN_HIGH, in dialog_pause()
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, in dialog_inputbox()
121 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_inputbox()
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); in dialog_timebox()
245 (height - MIN_HIGH + MARGIN), in dialog_timebox()
H A Dchecklist.c32 #define MIN_HIGH (1 + (5 * MARGIN)) macro
261 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_checklist()
266 MIN_HIGH + all.use_height, use_width); in dlg_checklist()
306 all.use_height = height - MIN_HIGH - cur_y; in dlg_checklist()
H A Dtreeview.c28 #define MIN_HIGH (1 + (5 * MARGIN)) macro
259 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_treeview()
262 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width); in dlg_treeview()
293 use_height = height - MIN_HIGH - cur_y; in dlg_treeview()
H A Dmenubox.c51 #define MIN_HIGH (1 + (5 * MARGIN)) macro
396 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_menu()
401 MIN_HIGH + all.menu_height, use_width); in dlg_menu()
434 all.menu_height = height - MIN_HIGH - cur_y; in dlg_menu()
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); in dialog_rangebox()
H A Dguage.c33 #define MIN_HIGH (4) macro
316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
H A Dmixedgauge.c34 #define MIN_HIGH (4) macro
298 dlg->min_height = MIN_HIGH + aItemNo; in dlg_begin_mixedgauge()
H A Dprogressbox.c32 #define MIN_HIGH (4) macro
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE); in start_obj()
H A Dbuildlist.c37 #define MIN_HIGH (1 + (5 * MARGIN)) macro
612 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width); in dlg_buildlist()
617 MIN_HIGH + all.use_height, all.use_width); in dlg_buildlist()
655 all.use_height = height - MIN_HIGH - cur_y; in dlg_buildlist()
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); in dlg_fselect()
695 dbox_height = height - MIN_HIGH; in dlg_fselect()
H A Dcalendar.c44 #define MIN_HIGH (DAY_HIGH + 2 + HDR_HIGH + BTN_HIGH + (MAX_DAYS * MARGIN)) macro
805 height += MIN_HIGH - 1; in dialog_calendar()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c524 #define MIN_HIGH 24 macro
561 if (high < MIN_HIGH) { in _nc_console_set_scrollback()
562 T(("... height %d < %d", high, MIN_HIGH)); in _nc_console_set_scrollback()
563 high = MIN_HIGH; in _nc_console_set_scrollback()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c934 #define MIN_HIGH 24 macro
971 if (high < MIN_HIGH) { in set_scrollback()
972 T(("... height %d < %d", high, MIN_HIGH)); in set_scrollback()
973 high = MIN_HIGH; in set_scrollback()
H A Dwin32_driver.c756 #define MIN_HIGH 24 macro