| /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 | 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/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 437 void wrap_here (int indent) override 438 { 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 1567 pager_file::wrap_here (int indent) 1819 wrap_here (0); /* Spit out chars, cancel further wraps. */ 1865 pager.wrap_here (2); 1561 pager_file::wrap_here (int indent) function in class:pager_file
|