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