Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c140 if (EQUAL_POS(prev_pos, pos)) in findsent()
702 if (!VIsual_active || EQUAL_POS(curwin->w_cursor, VIsual)) in current_word()
870 if (VIsual_active && !EQUAL_POS(start_pos, VIsual)) in current_sent()
897 if (EQUAL_POS(curwin->w_cursor, start_pos)) in current_sent()
927 if (!EQUAL_POS(pos, curwin->w_cursor)) in current_sent()
961 if (EQUAL_POS(pos, curwin->w_cursor)) in current_sent()
1006 if (EQUAL_POS(start_pos, curwin->w_cursor)) in current_sent()
1428 if (VIsual_active && EQUAL_POS(start_pos, old_start) in current_tagblock()
1429 && EQUAL_POS(end_pos, old_end)) in current_tagblock()
1743 vis_empty = EQUAL_POS(VIsual, curwin->w_cursor); in current_quote()
[all …]
H A Dmacros.h34 #define EQUAL_POS(a, b) (((a).lnum == (b).lnum) && ((a).col == (b).col) && ((a).coladd == (b).colad… macro
38 #define LTOREQ_POS(a, b) (LT_POS(a, b) || EQUAL_POS(a, b))
H A Dmark.c182 && (EQUAL_POS(curwin->w_pcmark, curwin->w_cursor) in checkpcmark()
1070 if (!EQUAL_POS(curbuf->b_last_cursor, initpos)) in mark_adjust_internal()
H A Dclipboard.c94 if (!EQUAL_POS(clip->start, start) in clip_update_selection()
95 || !EQUAL_POS(clip->end, end) in clip_update_selection()
H A Dmouse.c970 && EQUAL_POS(curwin->w_cursor, VIsual) in do_mouse()
1143 if (!EQUAL_POS(curwin->w_cursor, tpos)) in ins_mousescroll()
H A Dsearch.c1611 if (!EQUAL_POS(pos, org_pos)) in do_search()
3248 && EQUAL_POS(lastpos, *cursor_pos) in update_search_stat()
3260 if (EQUAL_POS(lastpos, *cursor_pos) && !wraparound in update_search_stat()
H A Devalwindow.c719 if (win_valid(wp) && !EQUAL_POS(curpos, wp->w_cursor)) in f_win_execute()
H A Dnormal.c4368 (cap->arg || !EQUAL_POS(save_cursor, curwin->w_cursor)) in nv_search()
4383 if (i == 1 && !wrapped && EQUAL_POS(old, curwin->w_cursor)) in nv_next()
5551 && (pos == (pos_T *)-1 || !EQUAL_POS(old_cursor, *pos)) in nv_gomark()
6865 if (*p_sel == 'e' && !EQUAL_POS(VIsual, curwin->w_cursor)) in unadjust_for_sel()
H A Dinsexpand.c2318 if (!EQUAL_POS(curwin->w_cursor, pos)) in expand_by_function()
4001 if (!EQUAL_POS(curwin->w_cursor, pos)) in ins_complete()
H A Dedit.c212 if (!EQUAL_POS(curwin->w_cursor, save_cursor) in edit()
1447 && !EQUAL_POS(last_cursormoved, curwin->w_cursor) in ins_redraw()
H A Dgui.c4536 return (wp == curwin && !EQUAL_POS(curwin->w_cursor, old_cursor)); in gui_do_scroll()
5225 ) && !EQUAL_POS(last_cursormoved, curwin->w_cursor)) in gui_update_screen()
H A Dmain.c1285 && !EQUAL_POS(last_cursormoved, curwin->w_cursor)) in main_loop()
H A Devalfunc.c8105 if (firstpos.lnum != 0 && EQUAL_POS(pos, firstpos)) in search_cmn()
8588 if (n == FAIL || (firstpos.lnum != 0 && EQUAL_POS(pos, firstpos))) in do_searchpair()
8594 if (EQUAL_POS(pos, foundpos)) in do_searchpair()
H A Dviminfo.c1986 if (i == 0 || !EQUAL_POS(buf->b_changelist[i - 1], in write_buffer_marks()
H A Dex_getln.c383 if (!EQUAL_POS(is_state->save_cursor, is_state->search_start)) in finish_incsearch_highlighting()
H A Dops.c3862 && EQUAL_POS(oap->start, oap->end) in do_pending_operator()
H A Dex_cmds.c3068 if (!EQUAL_POS(curwin->w_cursor, orig_pos)) in do_ecmd()
H A Dwindow.c6700 if (EQUAL_POS(wp->w_save_cursor.w_cursor_corr, wp->w_cursor)) in reset_lnums()