Searched refs:to_ansi (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dstyle-selftests.c43 SELF_CHECK (style.to_ansi () == "\033[m");
54 SELF_CHECK (style.to_ansi () == "\033[m");
62 SELF_CHECK (style.to_ansi () == "\033[7m");
72 SELF_CHECK (style.to_ansi () == "\033[32;1m");
85 SELF_CHECK (style.to_ansi () == "\033[38;5;112;48;5;249m");
98 SELF_CHECK (style.to_ansi () == "\033[38;2;83;84;85;48;2;0;1;254;2;7m");
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dstyle-selftests.c43 SELF_CHECK (style.to_ansi () == "\033[m");
54 SELF_CHECK (style.to_ansi () == "\033[m");
62 SELF_CHECK (style.to_ansi () == "\033[7m");
72 SELF_CHECK (style.to_ansi () == "\033[32;1m");
85 SELF_CHECK (style.to_ansi () == "\033[38;5;112;48;5;249m");
98 SELF_CHECK (style.to_ansi () == "\033[38;2;83;84;85;48;2;0;1;254;2;7m");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.h170 std::string to_ansi () const;
H A Dui-style.c140 ui_file_style::to_ansi () const function in class:ui_file_style
H A Dutils.c1410 wrap_buffer.append (style.to_ansi ());
1412 stream->puts (style.to_ansi ().c_str ());
1441 wrap_buffer.append (applied_style.to_ansi ());
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-style.h170 std::string to_ansi () const;
H A Dui-file.c85 this->puts (style.to_ansi ().c_str ());
97 this->puts (m_applied_style.to_ansi ().c_str ());
H A Dui-style.c140 ui_file_style::to_ansi () const function in class:ui_file_style
H A Dutils.c1353 m_wrap_buffer.append (style.to_ansi ());
1365 m_wrap_buffer.append (m_applied_style.to_ansi ());

Completed in 204 milliseconds