Lines Matching refs:LT_POS
695 if (VIsual_active && *p_sel == 'e' && LT_POS(VIsual, curwin->w_cursor)) in current_word()
759 if (VIsual_active && LT_POS(curwin->w_cursor, VIsual)) in current_word()
873 if (LT_POS(start_pos, VIsual)) in current_sent()
884 while (LT_POS(pos, curwin->w_cursor)) in current_sent()
930 while (LT_POS(pos, curwin->w_cursor)) in current_sent()
1066 else if (LT_POS(VIsual, curwin->w_cursor)) in current_block()
1137 if (!LT_POS(start_pos, old_start) && !LT_POS(old_end, curwin->w_cursor) in current_block()
1324 else if (LT_POS(VIsual, curwin->w_cursor)) in current_tagblock()
1381 if (r < 1 || LT_POS(curwin->w_cursor, old_end)) in current_tagblock()
1442 if (LT_POS(end_pos, start_pos)) in current_tagblock()
1455 if (LT_POS(end_pos, start_pos)) in current_tagblock()
1742 vis_bef_curs = LT_POS(VIsual, curwin->w_cursor); in current_quote()