Lines Matching refs:shell

73 static int cursor_position_get(const struct shell *sh, uint16_t *x, uint16_t *y)  in cursor_position_get()
178 static int terminal_size_get(const struct shell *sh) in terminal_size_get()
203 static int cmd_comment(const struct shell *sh, size_t argc, char **argv) in cmd_comment()
212 static int cmd_clear(const struct shell *sh, size_t argc, char **argv) in cmd_clear()
222 static int cmd_backends(const struct shell *sh, size_t argc, char **argv) in cmd_backends()
230 STRUCT_SECTION_FOREACH(shell, obj) { in cmd_backends()
237 static int cmd_bacskpace_mode_backspace(const struct shell *sh, size_t argc, in cmd_bacskpace_mode_backspace()
248 static int cmd_bacskpace_mode_delete(const struct shell *sh, size_t argc, in cmd_bacskpace_mode_delete()
259 static int cmd_colors_off(const struct shell *sh, size_t argc, char **argv) in cmd_colors_off()
269 static int cmd_colors_on(const struct shell *sh, size_t argc, char **argv) in cmd_colors_on()
279 static int cmd_vt100_off(const struct shell *sh, size_t argc, char **argv) in cmd_vt100_off()
289 static int cmd_vt100_on(const struct shell *sh, size_t argc, char **argv) in cmd_vt100_on()
299 static int cmd_prompt_off(const struct shell *sh, size_t argc, char **argv) in cmd_prompt_off()
309 static int cmd_prompt_on(const struct shell *sh, size_t argc, char **argv) in cmd_prompt_on()
319 static int cmd_echo_off(const struct shell *sh, size_t argc, char **argv) in cmd_echo_off()
329 static int cmd_echo_on(const struct shell *sh, size_t argc, char **argv) in cmd_echo_on()
339 static int cmd_echo(const struct shell *sh, size_t argc, char **argv) in cmd_echo()
353 static int cmd_history(const struct shell *sh, size_t argc, char **argv) in cmd_history()
379 static int cmd_shell_stats_show(const struct shell *sh, size_t argc, in cmd_shell_stats_show()
390 static int cmd_shell_stats_reset(const struct shell *sh, in cmd_shell_stats_reset()
401 static int cmd_resize_default(const struct shell *sh, in cmd_resize_default()
414 static int cmd_resize(const struct shell *sh, size_t argc, char **argv) in cmd_resize()
438 static int cmd_get_retval(const struct shell *sh, size_t argc, char **argv) in cmd_get_retval()
452 static int cmd_select(const struct shell *sh, size_t argc, char **argv) in cmd_select()
544 SHELL_CMD_REGISTER(shell, &m_sub_shell, SHELL_HELP_SHELL, NULL);