Searched refs:do_emit_chars (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 418 do_emit_chars(fcode_env_t *env, char c, int n) in do_emit_chars() function 471 do_emit_chars(env, '\b', prev_cursor - prev_l); in redraw_line() 478 do_emit_chars(env, ' ', len); in redraw_line() 481 do_emit_chars(env, '\b', len + (new_eol - new_cursor)); in redraw_line() 547 do_emit_chars(env, '\b', cursor - tp); in read_line() 601 do_emit_chars(env, '\b', cursor - buf); in read_line()
|