/freebsd/contrib/dialog/ |
H A D | pause.c | 32 #define MIN_HIGH (4) macro 104 MIN_HIGH, in dialog_pause() 109 MIN_HIGH + MARGIN - BTN_HIGH, in dialog_pause()
|
H A D | inputbox.c | 42 #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 D | timebox.c | 33 #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 D | checklist.c | 32 #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 D | treeview.c | 28 #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 D | menubox.c | 51 #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 D | rangebox.c | 29 #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 D | guage.c | 33 #define MIN_HIGH (4) macro 316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
|
H A D | mixedgauge.c | 34 #define MIN_HIGH (4) macro 298 dlg->min_height = MIN_HIGH + aItemNo; in dlg_begin_mixedgauge()
|
H A D | progressbox.c | 32 #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 D | buildlist.c | 37 #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 D | fselect.c | 60 #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 D | calendar.c | 44 #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 D | lib_win32con.c | 524 #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 D | win_driver.c | 934 #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 D | win32_driver.c | 756 #define MIN_HIGH 24 macro
|