Searched defs:shell_ctx (Results 1 – 1 of 1) sorted by relevance
657 struct shell_ctx { struct658 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 …]