Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/tui/
H A Dtui-win.c431 set_screen_width_and_height (width, height); in tui_update_gdb_sizes()
543 set_screen_width_and_height (screen_width, screen_height); in tui_async_resize_screen()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dutils.h414 extern void set_screen_width_and_height (int width, int height);
H A Dutils.c1405 set_screen_width_and_height (int width, int height) in set_screen_width_and_height() function
H A DChangeLog-201510146 * utils.h (set_screen_width_and_height): Declare.
10147 * utils.c (set_screen_width_and_height): Define.