Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2019 const std::size_t actual_cmd_name_len = cmd_obj->GetCommandName().size(); in HandleCommand() local
2020 if (actual_cmd_name_len < command_string.length()) in HandleCommand()
2021 remainder = command_string.substr(actual_cmd_name_len); in HandleCommand()