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

/freebsd-11-stable/contrib/dialog/
H A Dutil.c1176 int max_x = SCOLS - 2;
1280 wide = SCOLS - x;
1314 if (*width > SCOLS) {
1316 *width = SCOLS;
1327 * width=MIN(SCOLS, MAX(longer line+n, mincols));
1351 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0);
1355 if (*width > SCOLS)
1356 *width = SCOLS;
1379 *width = MIN(SCOLS, MAX((len + nc), mincols));
1380 /* here width and height can be maximized if > SCOLS|SLINE
[all...]
H A Dinputbox.c102 SCOLS - (dialog_vars.begin_set ?
H A Ddialog.h130 #define SCOLS (COLS - (dialog_state.use_shadow ? 2 : 0)) macro
133 #define SCOLS COLS macro
H A Ddialog.c1500 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS);
1807 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS);

Completed in 268 milliseconds