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

/freebsd-13-stable/contrib/dialog/
H A Dutil.c1209 int max_y = SLINES - 1;
1300 high = SLINES - y;
1344 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0);
1370 if (*height > SLINES) {
1371 *height = SLINES;
1381 * height=MIN(SLINES, num.lines in fd+n);
1405 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0);
1412 if (*height > SLINES)
1413 *height = SLINES;
1437 *height = MIN(SLINES, coun
[all...]
H A Ddialog.h131 #define SLINES (LINES - (dialog_state.use_shadow ? SHADOW_ROWS : 0)) macro
134 #define SLINES LINES macro
H A Dformbox.c550 form_height = MIN(SLINES - height, form_height);
556 thigh = SLINES - (height - (thigh + 1 + 3 * MARGIN));
H A Ddialog.c1670 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS);
1990 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS);

Completed in 68 milliseconds