HomeSort by: relevance | last modified time | path
    Searched refs:can_emit_style_escape (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/
pager.h 74 if (m_stream->can_emit_style_escape () && m_stream_style != style)
pager.h 74 if (m_stream->can_emit_style_escape () && m_stream_style != style)
ui-file.h 93 virtual bool can_emit_style_escape () function in class:ui_file
189 bool can_emit_style_escape () override;
267 bool can_emit_style_escape () override;
344 bool can_emit_style_escape () override;
431 bool can_emit_style_escape () override
432 { return m_stream->can_emit_style_escape (); }
ui-file.h 93 virtual bool can_emit_style_escape () function in class:ui_file
189 bool can_emit_style_escape () override;
267 bool can_emit_style_escape () override;
344 bool can_emit_style_escape () override;
431 bool can_emit_style_escape () override
432 { return m_stream->can_emit_style_escape (); }
ui-file.c 81 if (can_emit_style_escape () && style != m_applied_style)
193 string_file::can_emit_style_escape ()
317 stdio_file::can_emit_style_escape ()
407 tee_file::can_emit_style_escape ()
191 string_file::can_emit_style_escape () function in class:string_file
314 stdio_file::can_emit_style_escape () function in class:stdio_file
402 tee_file::can_emit_style_escape () function in class:tee_file
ui-file.c 81 if (can_emit_style_escape () && style != m_applied_style)
193 string_file::can_emit_style_escape ()
317 stdio_file::can_emit_style_escape ()
407 tee_file::can_emit_style_escape ()
191 string_file::can_emit_style_escape () function in class:string_file
314 stdio_file::can_emit_style_escape () function in class:stdio_file
402 tee_file::can_emit_style_escape () function in class:tee_file
cli-out.h 36 bool can_emit_style_escape () const override;
cli-out.h 36 bool can_emit_style_escape () const override;
ui-out.h 283 virtual bool can_emit_style_escape () const = 0;
606 bool can_emit_style_escape () override
608 return m_stream->can_emit_style_escape ();
  /src/external/gpl3/gdb.old/dist/gdb/
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 (); }
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 (); }
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.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
cli-out.h 36 bool can_emit_style_escape () const override;
cli-out.h 36 bool can_emit_style_escape () const override;
ui-out.h 283 virtual bool can_emit_style_escape () const = 0;
606 bool can_emit_style_escape () override
608 return m_stream->can_emit_style_escape ();
ui-out.h 283 virtual bool can_emit_style_escape () const = 0;
606 bool can_emit_style_escape () override
608 return m_stream->can_emit_style_escape ();
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-out.h 44 bool can_emit_style_escape () const override
mi-out.h 44 bool can_emit_style_escape () const override
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-uiout.h 40 bool can_emit_style_escape () const override
py-uiout.h 40 bool can_emit_style_escape () const override
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-out.h 44 bool can_emit_style_escape () const override
mi-out.h 44 bool can_emit_style_escape () const override
  /src/external/gpl3/gdb/dist/gdb/python/
py-uiout.h 40 bool can_emit_style_escape () const override
py-uiout.h 40 bool can_emit_style_escape () const override

Completed in 97 milliseconds

1 2 3