Home
last modified time | relevance | path

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

/dports/net/c3270/suite3270-4.0/c3270/
H A Dscreen.c529 int want_ov_cols = ov_cols; in finish_screen_init() local
636 if (want_ov_cols > cursesCOLS) { in finish_screen_init()
637 want_ov_cols = cursesCOLS; in finish_screen_init()
639 set_rows_cols(model_num, want_ov_cols, want_ov_rows); in finish_screen_init()
761 set_rows_cols(model_num, want_ov_cols, want_ov_rows); in finish_screen_init()
/dports/x11/x3270/suite3270-4.0/c3270/
H A Dscreen.c529 int want_ov_cols = ov_cols; in finish_screen_init() local
636 if (want_ov_cols > cursesCOLS) { in finish_screen_init()
637 want_ov_cols = cursesCOLS; in finish_screen_init()
639 set_rows_cols(model_num, want_ov_cols, want_ov_rows); in finish_screen_init()
761 set_rows_cols(model_num, want_ov_cols, want_ov_rows); in finish_screen_init()
/dports/net/c3270/suite3270-4.0/wc3270/
H A Dscreen.c1211 int want_ov_cols; in screen_init() local
1224 want_ov_cols = ov_cols; in screen_init()
1265 if (want_ov_cols > console_cols) { in screen_init()
1266 want_ov_cols = console_cols; in screen_init()
1268 set_rows_cols(model_num, want_ov_cols, want_ov_rows); in screen_init()
/dports/x11/x3270/suite3270-4.0/wc3270/
H A Dscreen.c1211 int want_ov_cols; in screen_init() local
1224 want_ov_cols = ov_cols; in screen_init()
1265 if (want_ov_cols > console_cols) { in screen_init()
1266 want_ov_cols = console_cols; in screen_init()
1268 set_rows_cols(model_num, want_ov_cols, want_ov_rows); in screen_init()