Searched refs:leaf_is_command (Results 1 – 2 of 2) sorted by relevance
342 VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, Status &result);
963 CommandInterpreter::VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, in VerifyUserMultiwordCmdPath() argument999 if (num_args == 1 && leaf_is_command) { in VerifyUserMultiwordCmdPath()1013 size_t num_path_elements = num_args - (leaf_is_command ? 1 : 0); in VerifyUserMultiwordCmdPath()