Home
last modified time | relevance | path

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

/Zephyr-4.2.1/subsys/shell/
Dshell_help.c169 if (shell_help_is_structured(item_help)) { in help_item_print()
220 if (shell_help_is_structured(cmd->help)) { in z_shell_help_cmd_print()
/Zephyr-4.2.1/include/zephyr/shell/
Dshell.h327 static inline bool shell_help_is_structured(const char *help) in shell_help_is_structured() function