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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-windata.c115 int half_width = (TUI_DATA_WIN->generic.width - 2) / 2; local
118 if (strlen (prompt) >= half_width)
121 x_pos = half_width - strlen (prompt);
H A Dtui-winsource.c222 int half_width = (win_info->generic.width - 2) / 2; local
236 if (strlen (no_src_str) >= half_width)
239 x_pos = half_width - strlen (no_src_str);

Completed in 104 milliseconds