Lines Matching refs:cmd_buff
160 shift = shift_calc(sh->ctx->cmd_buff, in z_shell_op_cursor_word_move()
175 char *str = &sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos - 1]; in z_shell_op_word_remove()
176 char *str_start = &sh->ctx->cmd_buff[0]; in z_shell_op_word_remove()
197 sh->ctx->cmd_buff[sh->ctx->cmd_buff_len] = '\0'; in z_shell_op_word_remove()
247 int len = strlen(&sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos]); in reprint_from_cursor()
270 sh->ctx->cmd_buff[pos++]); in reprint_from_cursor()
274 &sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos]); in reprint_from_cursor()
291 char *curr_pos = &sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos]; in data_insert()
300 sh->ctx->cmd_buff[sh->ctx->cmd_buff_len] = '\0'; in data_insert()
312 sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos++] = data; in char_replace()
351 char *str = &sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos]; in z_shell_op_char_delete()
365 sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos] = '\0'; in z_shell_op_delete_from_cursor()
398 int cmd_width = z_shell_strlen(sh->ctx->cmd_buff); in z_shell_print_cmd()
404 ch = sh->ctx->cmd_buff[end_offset]; in z_shell_print_cmd()
405 sh->ctx->cmd_buff[end_offset] = '\0'; in z_shell_print_cmd()
408 &sh->ctx->cmd_buff[beg_offset]); in z_shell_print_cmd()
410 sh->ctx->cmd_buff[end_offset] = ch; in z_shell_print_cmd()
417 &sh->ctx->cmd_buff[beg_offset]); in z_shell_print_cmd()