Searched refs:SCOLS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/dialog/ |
| H A D | util.c | 1210 int max_x = SCOLS - 2; in auto_size_preformatted() 1318 wide = SCOLS - x; in real_auto_size() 1346 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in real_auto_size() 1365 if (*width > SCOLS) { in dlg_auto_size() 1367 *width = SCOLS; in dlg_auto_size() 1410 if (*width > SCOLS) in dlg_auto_sizefile() 1411 *width = SCOLS; in dlg_auto_sizefile() 1438 *width = MIN(SCOLS, MAX((len + nc), mincols)); in dlg_auto_sizefile() 1852 && ((width > SCOLS || height > SLINES))) { in dlg_ctl_size() 1858 height, width, SLINES, SCOLS); in dlg_ctl_size() [all …]
|
| H A D | inputbox.c | 112 SCOLS - (dialog_vars.begin_set ? in dialog_inputbox()
|
| H A D | dialog.h | 130 #define SCOLS (COLS - (dialog_state.use_shadow ? SHADOW_COLS : 0)) macro 133 #define SCOLS COLS macro
|
| H A D | dialog.c | 1670 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in process_common_options() 1990 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in main()
|