Lines Matching refs:SLINES
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()
2058 height, width, SLINES, SCOLS); in dlg_ctl_size()
2085 int rows = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in dlg_calc_listh()
2225 y = (SLINES - height) / 2; in dlg_box_y_ordinate()