Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/readline/
A Dreadline.c132 size_t last_line_len = rl.line->len; in readline_process_char() local
165 vstr_cut_tail_bytes(rl.line, last_line_len - rl.cursor_pos); in readline_process_char()
425 if (rl.line->len < last_line_len) { in readline_process_char()
427 mp_hal_erase_line_from_cursor(last_line_len - rl.cursor_pos); in readline_process_char()

Completed in 4 milliseconds