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

  /src/external/gpl3/gdb/dist/gdb/
ui-file.h 117 squirreled away in the wrap_buffer, so wrap_here (0) can be
119 virtual void wrap_here (int indent) function in class:ui_file
416 void wrap_here (int indent) override
417 { m_stream->wrap_here (indent); }
ui-out.c 842 m_stream->wrap_here (m_wrap_hint);
874 buffer_group::wrap_here (int indent, ui_file *stream) function in class:buffer_group
utils.c 810 gdb_stdout->wrap_here (0);
1095 wrapping. When someone calls wrap_here(), we start buffering output
1097 spit it out and forget about the wrap_here(). If we see another
1098 wrap_here(), we spit it out and remember the newer one. If we see
1559 pager_file::wrap_here (int indent)
1799 wrap_here (0); /* Spit out chars, cancel further wraps. */
1845 pager.wrap_here (2);
1553 pager_file::wrap_here (int indent) function in class:pager_file
  /src/external/gpl3/gdb.old/dist/gdb/
ui-file.h 117 squirreled away in the wrap_buffer, so wrap_here (0) can be
119 virtual void wrap_here (int indent) function in class:ui_file
416 void wrap_here (int indent) override
417 { m_stream->wrap_here (indent); }
ui-out.c 840 m_stream->wrap_here (m_wrap_hint);
872 buffer_group::wrap_here (int indent, ui_file *stream) function in class:buffer_group
utils.c 807 gdb_stdout->wrap_here (0);
1090 wrapping. When someone calls wrap_here(), we start buffering output
1092 spit it out and forget about the wrap_here(). If we see another
1093 wrap_here(), we spit it out and remember the newer one. If we see
1506 pager_file::wrap_here (int indent)
1746 wrap_here (0); /* Spit out chars, cancel further wraps. */
1792 pager.wrap_here (2);
1500 pager_file::wrap_here (int indent) function in class:pager_file

Completed in 37 milliseconds