Searched refs:z_shell_fprintf (Results 1 – 5 of 5) sorted by relevance
| /subsys/shell/ |
| A D | shell_help.c | 127 z_shell_fprintf(sh, SHELL_NORMAL, "Usage: %s ", item_name); in formatted_structured_help_print() 146 z_shell_fprintf(sh, SHELL_NORMAL, "%s%-*s", tabulator, in help_item_print() 152 z_shell_fprintf(sh, SHELL_NORMAL, "%s%s", tabulator, in help_item_print() 166 z_shell_fprintf(sh, SHELL_NORMAL, "%s: ", tabulator); in help_item_print() 199 z_shell_fprintf(sh, SHELL_NORMAL, description); in z_shell_help_subcmd_print() 218 z_shell_fprintf(sh, SHELL_NORMAL, "%s%s", cmd->syntax, cmd_sep); in z_shell_help_cmd_print()
|
| A D | shell_ops.c | 202 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() 549 void z_shell_fprintf(const struct shell *sh, in z_shell_fprintf() function
|
| A D | shell.c | 87 z_shell_fprintf(sh, SHELL_ERROR, in cmd_precheck() 108 z_shell_fprintf(sh, SHELL_WARNING, "%s", in state_set() 153 z_shell_fprintf(sh, SHELL_OPTION, "\n%s%s", tab, option); in tab_item_print() 155 z_shell_fprintf(sh, SHELL_OPTION, "%s", option); in tab_item_print() 538 z_shell_fprintf(sh, SHELL_ERROR, in exec_cmd() 609 z_shell_fprintf(sh, SHELL_ERROR, in wildcard_check_report() 687 z_shell_fprintf(sh, SHELL_ERROR, in execute() 704 z_shell_fprintf(sh, SHELL_ERROR, in execute() 753 z_shell_fprintf(sh, SHELL_ERROR, in execute() 775 z_shell_fprintf(sh, SHELL_ERROR, "%s\n", in execute() [all …]
|
| A D | shell_wildcard.c | 86 z_shell_fprintf(sh, SHELL_WARNING, in commands_expand()
|
| A D | shell_ops.h | 369 void z_shell_fprintf(const struct shell *sh, enum shell_vt100_color color,
|
Completed in 10 milliseconds