Searched refs:total_height (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-layout.c825 int total_height = (tui_term_height () - TUI_CMD_WIN->generic.height); local
831 data_height = total_height / 2;
832 src_height = total_height - data_height;
852 total_height - 1,
876 total_height - 1);
H A Dtui-win.c1375 int cur_total_height, total_height, min_height = 0; local
1395 total_height = cur_total_height =
1407 total_height = new_height + (first_win->generic.height +
1434 total_height = new_height +
1438 total_height = new_height +
1448 ok = (new_height >= min_height && total_height <= cur_total_height);

Completed in 129 milliseconds