Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp111 CommandObject *found_cmd; in DoExecute() local
112 found_cmd = in DoExecute()
114 if (found_cmd == nullptr || matches.GetSize() > 1) { in DoExecute()
118 sub_cmd_obj = found_cmd; in DoExecute()