Home
last modified time | relevance | path

Searched refs:half_width (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-windata.c115 int half_width = (TUI_DATA_WIN->generic.width - 2) / 2; in tui_erase_data_content() local
118 if (strlen (prompt) >= half_width) in tui_erase_data_content()
121 x_pos = half_width - strlen (prompt); in tui_erase_data_content()
Dtui-winsource.c222 int half_width = (win_info->generic.width - 2) / 2; in tui_erase_source_content() local
236 if (strlen (no_src_str) >= half_width) in tui_erase_source_content()
239 x_pos = half_width - strlen (no_src_str); in tui_erase_source_content()