OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:term_out
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
ui-file.c
224
string_file::
term_out
()
438
tee_file::
term_out
()
440
return m_one->
term_out
();
448
return (m_one->
term_out
()
221
string_file::
term_out
()
function in class:string_file
432
tee_file::
term_out
()
function in class:tee_file
ui-file.h
88
TERM_OUT
to have cli_styling behavior without being a tty. */
89
virtual bool
term_out
()
function in class:ui_file
176
/* If
TERM_OUT
, construct a string_file with terminal output behavior
179
explicit string_file (bool
term_out
) : m_term_out (
term_out
) {};
191
bool
term_out
() override;
346
bool
term_out
() override;
407
bool
term_out
() override
408
{ return m_stream->
term_out
(); }
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-disasm.c
101
bool
term_out
= source_styling && gdb_stdout->can_emit_style_escape ();
local
102
string_file gdb_dis_out (
term_out
);
139
if (
term_out
)
/src/external/gpl3/gdb/dist/gdb/tui/
tui-disasm.c
101
bool
term_out
= disassembler_styling && gdb_stdout->can_emit_style_escape ();
local
102
string_file gdb_dis_out (
term_out
);
145
tal.addr_size = (
term_out
/src/external/gpl3/gdb/dist/gdb/
ui-file.c
185
string_file::
term_out
()
399
tee_file::
term_out
()
401
return m_one->
term_out
();
409
return (m_one->
term_out
()
183
string_file::
term_out
()
function in class:string_file
394
tee_file::
term_out
()
function in class:tee_file
ui-file.h
88
TERM_OUT
to have cli_styling behavior without being a tty. */
89
virtual bool
term_out
()
function in class:ui_file
173
/* If
TERM_OUT
, construct a string_file with terminal output behavior
176
explicit string_file (bool
term_out
) : m_term_out (
term_out
) {};
188
bool
term_out
() override;
343
bool
term_out
() override;
428
bool
term_out
() override
429
{ return m_stream->
term_out
(); }
Completed in 15 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026