Searched defs:shell_static_entry (Results 1 – 1 of 1) sorted by relevance
228 struct shell_static_entry { struct229 const char *syntax; /*!< Command syntax strings. */230 const char *help; /*!< Command help string. */254 static const struct shell_static_entry UTIL_CAT(_shell_, syntax) = \ argument