Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/readline/
A Dreadline.c103 STATIC size_t cursor_count_word(int forward) { in cursor_count_word() function
263 redraw_step_back = cursor_count_word(0); in readline_process_char()
270 redraw_step_forward = cursor_count_word(1); in readline_process_char()
274 vstr_cut_out_bytes(rl.line, rl.cursor_pos, cursor_count_word(1)); in readline_process_char()
282 redraw_step_back = cursor_count_word(0); in readline_process_char()

Completed in 4 milliseconds