Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_utils.c272 const size_t cmd_count = shell_root_cmd_count(); in root_cmd_find() local
275 for (size_t cmd_idx = 0; cmd_idx < cmd_count; ++cmd_idx) { in root_cmd_find()