Searched refs:vstr_cut_out_bytes (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/shared/readline/ |
A D | readline.c | 176 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 D | vstr.c | 214 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 D | misc.h | 204 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 D | vfs_lfsx.c | 308 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