Lines Matching refs:PutCStringTruncated
410 void PutCStringTruncated(int right_pad, const char *s, int len = -1) { in PutCStringTruncated() function in curses::Surface
432 PutCStringTruncated(right_pad, strm.GetData()); in PrintfTruncated()
504 PutCStringTruncated(right_pad, string.data(), string.size()); in OutputColoredStringTruncated()
517 PutCStringTruncated(right_pad, string.data(), esc_pos); in OutputColoredStringTruncated()
785 PutCStringTruncated(1, bottom_message); in DrawTitleBox()
1150 surface.PutCStringTruncated(1, GetError().c_str()); in DrawError()
2579 surface.PutCStringTruncated(1, m_delegate_sp->GetError().c_str()); in DrawError()
5010 window.PutCStringTruncated(1, item.GetText().c_str()); in TreeDelegateDrawTreeItem()
5040 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5098 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5198 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5308 window.PutCStringTruncated(1, stream.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5442 window.PutCStringTruncated(1, stream.GetString().str().c_str()); in TreeDelegateDrawTreeItem()
5770 window.PutCStringTruncated(1, name); in DisplayRowObject()
5777 window.PutCStringTruncated(1, " = "); in DisplayRowObject()
5780 window.PutCStringTruncated(1, value); in DisplayRowObject()
5786 window.PutCStringTruncated(1, " "); in DisplayRowObject()
5789 window.PutCStringTruncated(1, summary); in DisplayRowObject()
6229 window.PutCStringTruncated( in WindowDelegateDraw()
6732 window.PutCStringTruncated(1, strm.GetString().str().c_str()); in WindowDelegateDraw()
6957 window.PutCStringTruncated(1, m_title.GetString().str().c_str()); in WindowDelegateDraw()
7042 window.PutCStringTruncated( in WindowDelegateDraw()
7195 window.PutCStringTruncated( in WindowDelegateDraw()