Home
last modified time | relevance | path

Searched refs:skip_first_count (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp490 size_t skip_first_count, in OutputColoredStringTruncated() argument
501 string = string.substr(skip_first_count); in OutputColoredStringTruncated()
509 if (skip_first_count > 0) { in OutputColoredStringTruncated()
510 int skip = std::min(esc_pos, skip_first_count); in OutputColoredStringTruncated()
512 skip_first_count -= skip; in OutputColoredStringTruncated()