Searched refs:SCOLS (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/dialog/ |
| HD | util.c | 1176 int max_x = SCOLS - 2; in auto_size_preformatted() 1280 wide = SCOLS - x; in real_auto_size() 1314 if (*width > SCOLS) { in dlg_auto_size() 1316 *width = SCOLS; in dlg_auto_size() 1351 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in dlg_auto_sizefile() 1355 if (*width > SCOLS) in dlg_auto_sizefile() 1356 *width = SCOLS; in dlg_auto_sizefile() 1379 *width = MIN(SCOLS, MAX((len + nc), mincols)); in dlg_auto_sizefile() 1812 && ((width > SCOLS || height > SLINES))) { in dlg_ctl_size() 1818 height, width, SLINES, SCOLS); in dlg_ctl_size() [all …]
|
| HD | inputbox.c | 102 SCOLS - (dialog_vars.begin_set ? in dialog_inputbox()
|
| HD | dialog.h | 130 #define SCOLS (COLS - (dialog_state.use_shadow ? 2 : 0)) macro 133 #define SCOLS COLS macro
|
| HD | dialog.c | 1500 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in process_common_options() 1807 fprintf(dialog_state.output, "MaxSize: %d, %d\n", SLINES, SCOLS); in main()
|