Searched refs:append_ansi (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.c68 ui_file_style::color::append_ansi (bool is_fg, std::string *str) const function in class:ui_file_style::color
143 bool need_semi = m_foreground.append_ansi (true, &result);
148 m_background.append_ansi (false, &result);
H A Dui-style.h124 bool append_ansi (bool is_fg, std::string *str) const;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-style.c68 ui_file_style::color::append_ansi (bool is_fg, std::string *str) const function in class:ui_file_style::color
143 bool need_semi = m_foreground.append_ansi (true, &result);
148 m_background.append_ansi (false, &result);
H A Dui-style.h124 bool append_ansi (bool is_fg, std::string *str) const;

Completed in 297 milliseconds