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()
254 &sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos]); in reprint_from_cursor()
270 char *curr_pos = &sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos]; in data_insert()
279 sh->ctx->cmd_buff[sh->ctx->cmd_buff_len] = '\0'; in data_insert()
291 sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos++] = data; in char_replace()
330 char *str = &sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos]; in z_shell_op_char_delete()
344 sh->ctx->cmd_buff[sh->ctx->cmd_buff_pos] = '\0'; in z_shell_op_delete_from_cursor()
377 int cmd_width = z_shell_strlen(sh->ctx->cmd_buff); in z_shell_print_cmd()
383 ch = sh->ctx->cmd_buff[end_offset]; in z_shell_print_cmd()
384 sh->ctx->cmd_buff[end_offset] = '\0'; in z_shell_print_cmd()
387 &sh->ctx->cmd_buff[beg_offset]); in z_shell_print_cmd()
389 sh->ctx->cmd_buff[end_offset] = ch; in z_shell_print_cmd()
396 &sh->ctx->cmd_buff[beg_offset]); in z_shell_print_cmd()