Lines Matching refs:num_rows
406 gui.num_rows = Rows; in gui_init_check()
694 gui.num_rows = Rows; in gui_init()
1150 || screen_Rows != gui.num_rows) in gui_update_cursor()
1445 text_area_height = gui.num_rows * gui.char_height + gui.border_offset * 2; in gui_position_components()
1568 gui.num_rows = (pixel_height - gui_get_base_height()) / gui.char_height; in gui_resize_shell()
1578 gui.row = gui.num_rows; in gui_resize_shell()
1582 if (gui.num_rows != screen_Rows || gui.num_cols != screen_Columns in gui_resize_shell()
1583 || gui.num_rows != Rows || gui.num_cols != Columns) in gui_resize_shell()
1632 Rows = gui.num_rows; in gui_get_shellsize()
1718 gui.num_rows = Rows; in gui_set_shellsize()
1771 gui.scroll_region_bot = gui.num_rows - 1; in gui_reset_scroll_region()