Home
last modified time | relevance | path

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

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