Home
last modified time | relevance | path

Searched defs:shell_ctx (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/include/shell/
Dshell.h657 struct shell_ctx { struct
658 const char *prompt; /*!< shell current prompt. */
660 enum shell_state state; /*!< Internal module state.*/
661 enum shell_receive_state receive_state;/*!< Escape sequence indicator.*/
664 struct shell_static_entry active_cmd;
667 const struct shell_static_entry *selected_cmd;
670 struct shell_vt100_ctx vt100_ctx;
675 shell_uninit_cb_t uninit_cb;
678 shell_bypass_cb_t bypass;
682 struct getopt_state getopt_state;
[all …]