Home
last modified time | relevance | path

Searched refs:z_shell_fprintf (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/shell/
Dshell_help.c123 z_shell_fprintf(sh, SHELL_NORMAL, "%s%-*s", tabulator, in help_item_print()
129 z_shell_fprintf(sh, SHELL_NORMAL, "%s%s", tabulator, in help_item_print()
143 z_shell_fprintf(sh, SHELL_NORMAL, "%s: ", tabulator); in help_item_print()
172 z_shell_fprintf(sh, SHELL_NORMAL, description); in z_shell_help_subcmd_print()
191 z_shell_fprintf(sh, SHELL_NORMAL, "%s%s", cmd->syntax, cmd_sep); in z_shell_help_cmd_print()
Dshell.c83 z_shell_fprintf(sh, SHELL_ERROR, in cmd_precheck()
104 z_shell_fprintf(sh, SHELL_WARNING, "%s", in state_set()
149 z_shell_fprintf(sh, SHELL_OPTION, "\n%s%s", tab, option); in tab_item_print()
151 z_shell_fprintf(sh, SHELL_OPTION, "%s", option); in tab_item_print()
534 z_shell_fprintf(sh, SHELL_ERROR, in exec_cmd()
605 z_shell_fprintf(sh, SHELL_ERROR, in wildcard_check_report()
683 z_shell_fprintf(sh, SHELL_ERROR, in execute()
700 z_shell_fprintf(sh, SHELL_ERROR, in execute()
749 z_shell_fprintf(sh, SHELL_ERROR, in execute()
771 z_shell_fprintf(sh, SHELL_ERROR, "%s\n", in execute()
[all …]
Dshell_ops.c202 z_shell_fprintf(sh, SHELL_NORMAL, "%s", str + 1); in z_shell_op_word_remove()
269 z_shell_fprintf(sh, SHELL_NORMAL, "%c", in reprint_from_cursor()
273 z_shell_fprintf(sh, SHELL_NORMAL, "%s", in reprint_from_cursor()
391 z_shell_fprintf(sh, SHELL_INFO, "%s", sh->ctx->prompt); in print_prompt()
555 void z_shell_fprintf(const struct shell *sh, in z_shell_fprintf() function
Dshell_wildcard.c86 z_shell_fprintf(sh, SHELL_WARNING, in commands_expand()
Dshell_ops.h369 void z_shell_fprintf(const struct shell *sh, enum shell_vt100_color color,