HomeSort by: relevance | last modified time | path
    Searched defs:append_ansi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.c 67 ui_file_style::color::append_ansi (bool is_fg, std::string *str) const function in class:ui_file_style::color
142 bool need_semi = m_foreground.append_ansi (true, &result);
147 m_background.append_ansi (false, &result);
  /src/external/gpl3/gdb/dist/gdb/
ui-style.c 118 ui_file_style::color::append_ansi (bool is_fg, std::string *str) const function in class:ui_file_style::color
145 append_ansi (is_fg, &s);
284 m_foreground.append_ansi (true, &result);
286 m_background.append_ansi (false, &result);

Completed in 25 milliseconds