Searched defs:shell (Results 1 – 13 of 13) sorted by relevance
5 project(shell) project
912 struct shell { struct913 const char *default_prompt; /*!< shell default prompt. */ argument915 const struct shell_transport *iface; /*!< Transport interface.*/ argument916 struct shell_ctx *ctx; /*!< Internal context.*/ argument918 struct shell_history *history; argument920 const enum shell_flag shell_flag; argument922 const struct shell_fprintf *fprintf_ctx; argument924 struct shell_stats *stats; argument926 const struct shell_log_backend *log_backend; argument938 /** @brief Internal macro for defining a shell instance. argument
69 def shell(dut: DeviceAdapter) -> Shell: function
799 .. _lwm2m_api_reference:
125 shell subsection
1839 def mock_call(cmd, shell=False): argument
178 def verify_setting_basic_in_format(shell, leshan, endpoint, format): argument
496 } shell; member