Home
last modified time | relevance | path

Searched refs:SLINES (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/dialog/
H A Dutil.c1265 int max_y = SLINES - 1; in auto_size_preformatted()
1355 high = SLINES - y; in real_auto_size()
1401 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in real_auto_size()
1427 if (*height > SLINES) { in dlg_auto_size()
1428 *height = SLINES; in dlg_auto_size()
1467 if (*height > SLINES) in dlg_auto_sizefile()
1468 *height = SLINES; in dlg_auto_sizefile()
1496 *height = MIN(SLINES, count + numlines + boxlines); in dlg_auto_sizefile()
2035 && ((width > SCOLS || height > SLINES))) { in dlg_ctl_size()
2041 height, width, SLINES, SCOLS); in dlg_ctl_size()
[all …]
H A Ddialog.h118 #define SLINES (DLG_LINES - (dialog_state.use_shadow ? SHADOW_ROWS : 0)) macro
121 #define SLINES LINES macro
H A Dformbox.c551 form_height = MIN(SLINES - height, form_height); in dlg_form()
557 thigh = SLINES - (height - (thigh + 1 + 3 * MARGIN)); in dlg_form()
H A Ddialog.c1732 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in process_common_options()
1946 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in main()