Home
last modified time | relevance | path

Searched refs:vstr_cut_out_bytes (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/readline/
A Dreadline.c176 vstr_cut_out_bytes(rl.line, rl.orig_line_len, rl.cursor_pos - rl.orig_line_len); in readline_process_char()
216 vstr_cut_out_bytes(rl.line, rl.cursor_pos - nspace, nspace); in readline_process_char()
274 vstr_cut_out_bytes(rl.line, rl.cursor_pos, cursor_count_word(1)); in readline_process_char()
283 vstr_cut_out_bytes(rl.line, rl.cursor_pos - redraw_step_back, redraw_step_back); in readline_process_char()
373 vstr_cut_out_bytes(rl.line, rl.cursor_pos, 1); in readline_process_char()
/AliOS-Things-master/components/py_engine/engine/py/
A Dvstr.c214 vstr_cut_out_bytes(vstr, 0, bytes_to_cut); in vstr_cut_head_bytes()
225 void vstr_cut_out_bytes(vstr_t *vstr, size_t byte_pos, size_t bytes_to_cut) { in vstr_cut_out_bytes() function
A Dmisc.h204 void vstr_cut_out_bytes(vstr_t *vstr, size_t byte_pos, size_t bytes_to_cut);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfsx.c308 vstr_cut_out_bytes(&self->cur_dir, to, from - to); in MP_VFS_LFSx()
316 vstr_cut_out_bytes(&self->cur_dir, to, ++from - to); in MP_VFS_LFSx()
326 vstr_cut_out_bytes(&self->cur_dir, to, ++from - to); in MP_VFS_LFSx()

Completed in 6 milliseconds