Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1095 size_t new_autosuggestion_size = line.size() + to_add->length(); in TypedCharacter() local
1097 if (new_autosuggestion_size < m_previous_autosuggestion_size) { in TypedCharacter()
1099 m_previous_autosuggestion_size - new_autosuggestion_size; in TypedCharacter()
1103 m_previous_autosuggestion_size = new_autosuggestion_size; in TypedCharacter()