Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-winsource.c230 char *no_src_str; in tui_erase_source_content() local
233 no_src_str = NO_SRC_STRING; in tui_erase_source_content()
235 no_src_str = NO_DISASSEM_STRING; in tui_erase_source_content()
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()
243 no_src_str); in tui_erase_source_content()
250 tui_set_source_content_nil (win_info, no_src_str); in tui_erase_source_content()