Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libreadline/
Ddisplay.c983 _rl_move_cursor_relative (0, tt); in rl_redisplay()
1064 _rl_move_cursor_relative (nleft, &invisible_line[pos]); in rl_redisplay()
1066 _rl_move_cursor_relative (nleft, &invisible_line[pos]); in rl_redisplay()
1155 _rl_move_cursor_relative (cpos_buffer_position - lmargin, &invisible_line[lmargin]); in rl_redisplay()
1472 _rl_move_cursor_relative (od, old);
1775 _rl_move_cursor_relative (new, data) in _rl_move_cursor_relative() function
2294 _rl_move_cursor_relative (_rl_screenwidth - 1, last_line); /* XXX */ in _rl_update_final()
Drlprivate.h214 extern void _rl_move_cursor_relative PARAMS((int, const char *));
Dtext.c537 _rl_move_cursor_relative (0, rl_line_buffer); /* XXX is this right */