Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDdisplay.c993 _rl_move_cursor_relative (0, tt); in rl_redisplay()
1074 _rl_move_cursor_relative (nleft, &invisible_line[pos]); in rl_redisplay()
1076 _rl_move_cursor_relative (nleft, &invisible_line[pos]); in rl_redisplay()
1165 _rl_move_cursor_relative (cpos_buffer_position - lmargin, &invisible_line[lmargin]); in rl_redisplay()
1484 _rl_move_cursor_relative (od, old);
1794 _rl_move_cursor_relative (new, data) in _rl_move_cursor_relative() function
2317 _rl_move_cursor_relative (_rl_screenwidth - 1, last_line); /* XXX */ in _rl_update_final()
HDrlprivate.h214 extern void _rl_move_cursor_relative PARAMS((int, const char *));
HDtext.c537 _rl_move_cursor_relative (0, rl_line_buffer); /* XXX is this right */