Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2048 bool look_for_subcommand = false; in HandleCompletionMatches() local
2072 look_for_subcommand = true; in HandleCompletionMatches()
2081 if (request.GetCursorIndex() > 0 || look_for_subcommand) { in HandleCompletionMatches()