Lines Matching refs:LT_POS
580 if ((LT_POS(curwin->w_cursor, VIsual) in do_mouse()
581 && (LT_POS(m_pos, curwin->w_cursor) in do_mouse()
582 || LT_POS(VIsual, m_pos))) in do_mouse()
583 || (LT_POS(VIsual, curwin->w_cursor) in do_mouse()
584 && (LT_POS(m_pos, VIsual) in do_mouse()
585 || LT_POS(curwin->w_cursor, m_pos)))) in do_mouse()
647 if (LT_POS(curwin->w_cursor, VIsual)) in do_mouse()
780 if (LT_POS(curwin->w_cursor, start_visual)) in do_mouse()
782 else if (LT_POS(end_visual, curwin->w_cursor)) in do_mouse()
978 if (LT_POS(curwin->w_cursor, VIsual)) in do_mouse()
990 if (LT_POS(curwin->w_cursor, orig_cursor)) in do_mouse()