Lines Matching refs:PutCStringTruncated
409 void PutCStringTruncated(int right_pad, const char *s, int len = -1) { in PutCStringTruncated() function in curses::Surface
431 PutCStringTruncated(right_pad, strm.GetData()); in PrintfTruncated()
503 PutCStringTruncated(right_pad, string.data(), string.size()); in OutputColoredStringTruncated()
516 PutCStringTruncated(right_pad, string.data(), esc_pos); in OutputColoredStringTruncated()
783 PutCStringTruncated(1, bottom_message); in DrawTitleBox()
1148 surface.PutCStringTruncated(1, GetError().c_str()); in DrawError()
2577 surface.PutCStringTruncated(1, m_delegate_sp->GetError().c_str()); in DrawError()
5008 window.PutCStringTruncated(1, item.GetText().c_str()); in TreeDelegateDrawTreeItem()
5038 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5096 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5196 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5306 window.PutCStringTruncated(1, stream.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5440 window.PutCStringTruncated(1, stream.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5768 window.PutCStringTruncated(1, name); in DisplayRowObject()
5775 window.PutCStringTruncated(1, " = "); in DisplayRowObject()
5778 window.PutCStringTruncated(1, value); in DisplayRowObject()
5784 window.PutCStringTruncated(1, " "); in DisplayRowObject()
5787 window.PutCStringTruncated(1, summary); in DisplayRowObject()
6227 window.PutCStringTruncated( in WindowDelegateDraw()
6730 window.PutCStringTruncated(1, strm.GetString().str().c_str()); in WindowDelegateDraw()
6955 window.PutCStringTruncated(1, m_title.GetString().str().c_str()); in WindowDelegateDraw()
7040 window.PutCStringTruncated( in WindowDelegateDraw()
7193 window.PutCStringTruncated( in WindowDelegateDraw()