OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Mar 31 00:22:50 UTC 2026