Home
last modified time | relevance | path

Searched refs:cmd_buff_len (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/shell/
Dshell_ops.c46 size_t line_length = sh->ctx->cmd_buff_len + z_shell_strlen(sh->ctx->prompt); in full_line_cmd()
77 sh->ctx->cmd_buff_len); in z_shell_op_cursor_position_synchronize()
105 sh->ctx->cmd_buff_len); in z_shell_op_cursor_move()
162 sh->ctx->cmd_buff_len, sign); in z_shell_op_cursor_word_move()
170 if ((sh->ctx->cmd_buff_len == 0) || in z_shell_op_word_remove()
195 sh->ctx->cmd_buff_len - chars_to_delete); in z_shell_op_word_remove()
196 sh->ctx->cmd_buff_len -= chars_to_delete; in z_shell_op_word_remove()
197 sh->ctx->cmd_buff[sh->ctx->cmd_buff_len] = '\0'; in z_shell_op_word_remove()
214 z_shell_op_cursor_move(sh, sh->ctx->cmd_buff_len - in z_shell_op_cursor_end_move()
227 if (sh->ctx->cmd_buff_pos < sh->ctx->cmd_buff_len) { in z_shell_op_right_arrow()
[all …]
Dshell_wildcard.c146 sh->ctx->cmd_buff_len); in z_shell_wildcard_prepare()
190 sh->ctx->cmd_buff_len = sh->ctx->cmd_tmp_buff_len; in z_shell_wildcard_finalize()
Dshell.c54 sh->ctx->cmd_buff_len = 0; in cmd_buffer_clear()
240 sh->ctx->cmd_buff_len = len; in history_handle()
247 sh->ctx->cmd_buff_len; in completion_space_get()
653 sh->ctx->cmd_buff_len); in execute()
1009 if (!sh->ctx->cmd_buff_len) { in state_collect()
1195 if (sh->ctx->cmd_buff_len) { in shell_log_process()
1736 sh->ctx->cmd_buff_len = cmd_len; in shell_execute_cmd()
Dshell_utils.c495 buffer_trim(sh->ctx->cmd_buff, &sh->ctx->cmd_buff_len); in z_shell_cmd_trim()
496 sh->ctx->cmd_buff_pos = sh->ctx->cmd_buff_len; in z_shell_cmd_trim()
Dshell_log_backend.c102 sh->ctx->cmd_buff_len); in panic()
/Zephyr-latest/include/zephyr/shell/
Dshell.h870 uint16_t cmd_buff_len; /*!< Command length.*/ member