Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dutil.c1283 int max_x = SCOLS - 2; in auto_size_preformatted()
1392 wide = SCOLS - x; in real_auto_size()
1420 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in real_auto_size()
1439 if (*width > SCOLS) { in dlg_auto_size()
1441 *width = SCOLS; in dlg_auto_size()
1478 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in dlg_auto_sizefile()
1482 if (*width > SCOLS) in dlg_auto_sizefile()
1483 *width = SCOLS; in dlg_auto_sizefile()
1514 *width = MIN(SCOLS, MAX((len + nc), mincols)); in dlg_auto_sizefile()
2052 && ((width > SCOLS || height > SLINES))) { in dlg_ctl_size()
[all …]
H A Dinputbox.c117 SCOLS - (dialog_vars.begin_set ? in dialog_inputbox()
H A Ddialog.h139 #define SCOLS (DLG_COLS - (dialog_state.use_shadow ? SHADOW_COLS : 0)) macro
142 #define SCOLS COLS macro
H A Ddialog.c1740 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()