Searched refs:shell_multiline_cons (Results 1 – 4 of 4) sorted by relevance
18 int32_t z_row_span_with_buffer_offsets_get(struct shell_multiline_cons *cons,22 int32_t z_column_span_with_buffer_offsets_get(struct shell_multiline_cons *cons,26 void z_shell_multiline_data_calc(struct shell_multiline_cons *cons,
56 static uint32_t line_num_with_buffer_offset_get(struct shell_multiline_cons *cons, in line_num_with_buffer_offset_get()63 static uint32_t col_num_with_buffer_offset_get(struct shell_multiline_cons *cons, in col_num_with_buffer_offset_get()70 int32_t z_column_span_with_buffer_offsets_get(struct shell_multiline_cons *cons, in z_column_span_with_buffer_offsets_get()78 int32_t z_row_span_with_buffer_offsets_get(struct shell_multiline_cons *cons, in z_row_span_with_buffer_offsets_get()86 void z_shell_multiline_data_calc(struct shell_multiline_cons *cons, in z_shell_multiline_data_calc()
73 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_position_synchronize()99 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_move()
34 struct shell_multiline_cons { struct45 struct shell_multiline_cons cons; argument