Lines Matching refs:EQUAL_POS
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()
1055 if (!VIsual_active || EQUAL_POS(VIsual, curwin->w_cursor)) in current_block()
1298 if (!VIsual_active || EQUAL_POS(VIsual, curwin->w_cursor)) in current_tagblock()
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()
1756 vis_empty = EQUAL_POS(VIsual, curwin->w_cursor); in current_quote()