Searched refs:is_fg (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 argument
73 str->append (std::to_string (m_value + (is_fg ? 30 : 40)));
75 str->append (std::to_string (m_value - WHITE + (is_fg ? 90 : 100)));
78 str->append (is_fg ? "38;5;" : "48;5;");
86 str->append (is_fg ? "38;2;" : "48;2;");
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 argument
73 str->append (std::to_string (m_value + (is_fg ? 30 : 40)));
75 str->append (std::to_string (m_value - WHITE + (is_fg ? 90 : 100)));
78 str->append (is_fg ? "38;5;" : "48;5;");
86 str->append (is_fg ? "38;2;" : "48;2;");
H A Dui-style.h124 bool append_ansi (bool is_fg, std::string *str) const;

Completed in 104 milliseconds