Searched refs:SLINES (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | util.c | 1282 int max_y = SLINES - 1; in auto_size_preformatted() 1372 high = SLINES - y; in real_auto_size() 1418 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in real_auto_size() 1444 if (*height > SLINES) { in dlg_auto_size() 1445 *height = SLINES; in dlg_auto_size() 1477 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in dlg_auto_sizefile() 1484 if (*height > SLINES) in dlg_auto_sizefile() 1485 *height = SLINES; in dlg_auto_sizefile() 1513 *height = MIN(SLINES, count + numlines + boxlines); in dlg_auto_sizefile() 2052 && ((width > SCOLS || height > SLINES))) { in dlg_ctl_size() [all …]
|
H A D | dialog.h | 140 #define SLINES (DLG_LINES - (dialog_state.use_shadow ? SHADOW_ROWS : 0)) macro 143 #define SLINES LINES macro
|
H A D | formbox.c | 550 form_height = MIN(SLINES - height, form_height); in dlg_form() 556 thigh = SLINES - (height - (thigh + 1 + 3 * MARGIN)); in dlg_form()
|
H A D | dialog.c | 1740 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in process_common_options() 1954 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in main()
|