Searched refs:shell_help_is_structured (Results 1 – 2 of 2) sorted by relevance
169 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()
327 static inline bool shell_help_is_structured(const char *help) in shell_help_is_structured() function