Lines Matching refs:ml_get_cursor
1873 e = ml_get_cursor(); in clear_showcmd()
1877 s = ml_get_cursor(); in clear_showcmd()
2681 c = (*mb_ptr2char)(ml_get_cursor()); in nv_screengo()
4039 || (past_line && *ml_get_cursor() == NUL) in nv_right()
4093 curwin->w_cursor.col += (*mb_ptr2len)(ml_get_cursor()); in nv_right()
4155 char_u *cp = ml_get_cursor(); in nv_left()
5032 ptr = ml_get_cursor(); in nv_replace()
6191 && (*mb_ptr2cells)(ml_get_cursor()) > 1) in nv_g_cmd()
7055 curwin->w_cursor.col += (colnr_T)STRLEN(ml_get_cursor()); in set_cursor_for_append_to_line()
7132 if (*ml_get_cursor() != NUL && LT_POS(curwin->w_cursor, old_pos) in nv_edit()
7166 || *ml_get_cursor() == NUL in nv_edit()
7167 || *ml_get_cursor() == TAB)) in nv_edit()
7169 else if (*ml_get_cursor() != NUL) in nv_edit()