Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2064 bool look_for_subcommand = false; in HandleCompletionMatches() local
2088 look_for_subcommand = true; in HandleCompletionMatches()
2097 if (request.GetCursorIndex() > 0 || look_for_subcommand) { in HandleCompletionMatches()