Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp491 size_t skip_first_count, in OutputColoredStringTruncated() argument
502 string = string.substr(skip_first_count); in OutputColoredStringTruncated()
510 if (skip_first_count > 0) { in OutputColoredStringTruncated()
511 int skip = std::min(esc_pos, skip_first_count); in OutputColoredStringTruncated()
513 skip_first_count -= skip; in OutputColoredStringTruncated()