| /vim-8.2.3635/src/ |
| H A D | textobject.c | 140 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 D | macros.h | 34 #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 D | mark.c | 182 && (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 D | clipboard.c | 94 if (!EQUAL_POS(clip->start, start) in clip_update_selection() 95 || !EQUAL_POS(clip->end, end) in clip_update_selection()
|
| H A D | mouse.c | 970 && EQUAL_POS(curwin->w_cursor, VIsual) in do_mouse() 1143 if (!EQUAL_POS(curwin->w_cursor, tpos)) in ins_mousescroll()
|
| H A D | search.c | 1611 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 D | evalwindow.c | 719 if (win_valid(wp) && !EQUAL_POS(curpos, wp->w_cursor)) in f_win_execute()
|
| H A D | normal.c | 4368 (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 D | insexpand.c | 2318 if (!EQUAL_POS(curwin->w_cursor, pos)) in expand_by_function() 4001 if (!EQUAL_POS(curwin->w_cursor, pos)) in ins_complete()
|
| H A D | edit.c | 212 if (!EQUAL_POS(curwin->w_cursor, save_cursor) in edit() 1447 && !EQUAL_POS(last_cursormoved, curwin->w_cursor) in ins_redraw()
|
| H A D | gui.c | 4536 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 D | main.c | 1285 && !EQUAL_POS(last_cursormoved, curwin->w_cursor)) in main_loop()
|
| H A D | evalfunc.c | 8105 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 D | viminfo.c | 1986 if (i == 0 || !EQUAL_POS(buf->b_changelist[i - 1], in write_buffer_marks()
|
| H A D | ex_getln.c | 383 if (!EQUAL_POS(is_state->save_cursor, is_state->search_start)) in finish_incsearch_highlighting()
|
| H A D | ops.c | 3862 && EQUAL_POS(oap->start, oap->end) in do_pending_operator()
|
| H A D | ex_cmds.c | 3068 if (!EQUAL_POS(curwin->w_cursor, orig_pos)) in do_ecmd()
|
| H A D | window.c | 6700 if (EQUAL_POS(wp->w_save_cursor.w_cursor_corr, wp->w_cursor)) in reset_lnums()
|