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

  /src/external/gpl3/gdb/dist/gdb/
cli-out.c 459 cli_ui_out::can_emit_style_escape () const function in class:cli_ui_out
461 return m_streams.back ()->can_emit_style_escape ();
ui-file.c 81 if (can_emit_style_escape () && style != m_applied_style)
93 if (can_emit_style_escape ())
232 string_file::can_emit_style_escape ()
356 stdio_file::can_emit_style_escape ()
446 tee_file::can_emit_style_escape ()
229 string_file::can_emit_style_escape () function in class:string_file
352 stdio_file::can_emit_style_escape () function in class:stdio_file
440 tee_file::can_emit_style_escape () function in class:tee_file
ui-file.h 93 virtual bool can_emit_style_escape () function in class:ui_file
192 bool can_emit_style_escape () override;
270 bool can_emit_style_escape () override;
347 bool can_emit_style_escape () override;
410 bool can_emit_style_escape () override
411 { return m_stream->can_emit_style_escape (); }
  /src/external/gpl3/gdb.old/dist/gdb/
cli-out.c 458 cli_ui_out::can_emit_style_escape () const function in class:cli_ui_out
460 return m_streams.back ()->can_emit_style_escape ();
ui-file.c 81 if (can_emit_style_escape () && style != m_applied_style)
93 if (can_emit_style_escape ())
232 string_file::can_emit_style_escape ()
356 stdio_file::can_emit_style_escape ()
446 tee_file::can_emit_style_escape ()
229 string_file::can_emit_style_escape () function in class:string_file
352 stdio_file::can_emit_style_escape () function in class:stdio_file
440 tee_file::can_emit_style_escape () function in class:tee_file
ui-file.h 93 virtual bool can_emit_style_escape () function in class:ui_file
192 bool can_emit_style_escape () override;
270 bool can_emit_style_escape () override;
347 bool can_emit_style_escape () override;
410 bool can_emit_style_escape () override
411 { return m_stream->can_emit_style_escape (); }

Completed in 27 milliseconds