Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1773 bool look_for_subcommand = false; in HandleCompletionMatches() local
1800 look_for_subcommand = true; in HandleCompletionMatches()
1813 if (request.GetCursorIndex() > 0 || look_for_subcommand) { in HandleCompletionMatches()