Home
last modified time | relevance | path

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

/dports/net/c3270/suite3270-4.0/c3270/
H A Dscreen.c528 int want_ov_rows = ov_rows; in finish_screen_init() local
630 if (want_ov_rows > cursesLINES - 2) { in finish_screen_init()
631 want_ov_rows = cursesLINES - 2; in finish_screen_init()
633 if (want_ov_rows < maxROWS) { in finish_screen_init()
634 want_ov_rows = maxROWS; 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.c528 int want_ov_rows = ov_rows; in finish_screen_init() local
630 if (want_ov_rows > cursesLINES - 2) { in finish_screen_init()
631 want_ov_rows = cursesLINES - 2; in finish_screen_init()
633 if (want_ov_rows < maxROWS) { in finish_screen_init()
634 want_ov_rows = maxROWS; 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.c1210 int want_ov_rows; in screen_init() local
1223 want_ov_rows = ov_rows; in screen_init()
1259 if (want_ov_rows > console_rows - 2) { in screen_init()
1260 want_ov_rows = console_rows - 2; in screen_init()
1262 if (want_ov_rows < maxROWS) { in screen_init()
1263 want_ov_rows = maxROWS; 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.c1210 int want_ov_rows; in screen_init() local
1223 want_ov_rows = ov_rows; in screen_init()
1259 if (want_ov_rows > console_rows - 2) { in screen_init()
1260 want_ov_rows = console_rows - 2; in screen_init()
1262 if (want_ov_rows < maxROWS) { in screen_init()
1263 want_ov_rows = maxROWS; in screen_init()
1268 set_rows_cols(model_num, want_ov_cols, want_ov_rows); in screen_init()