Lines Matching refs:start_pos

686     pos_T	start_pos;  in current_word()  local
692 CLEAR_POS(&start_pos); in current_word()
708 start_pos = curwin->w_cursor; in current_word()
742 VIsual = start_pos; in current_word()
747 oap->start = start_pos; in current_word()
818 curwin->w_cursor = start_pos; in current_word()
856 pos_T start_pos; in current_sent() local
863 start_pos = curwin->w_cursor; in current_sent()
864 pos = start_pos; in current_sent()
870 if (VIsual_active && !EQUAL_POS(start_pos, VIsual)) in current_sent()
873 if (LT_POS(start_pos, VIsual)) in current_sent()
897 if (EQUAL_POS(curwin->w_cursor, start_pos)) in current_sent()
943 curwin->w_cursor = start_pos; in current_sent()
964 find_first_blank(&start_pos); // go back to first blank in current_sent()
970 start_pos = curwin->w_cursor; in current_sent()
1000 find_first_blank(&start_pos); in current_sent()
1006 if (EQUAL_POS(start_pos, curwin->w_cursor)) in current_sent()
1010 VIsual = start_pos; in current_sent()
1022 oap->start = start_pos; in current_sent()
1042 pos_T start_pos; in current_block() local
1089 start_pos = *pos; // the findmatch for end_pos will overwrite *pos in current_block()
1099 start_pos = *pos; // the findmatch for end_pos will overwrite *pos in current_block()
1123 incl(&start_pos); in current_block()
1137 if (!LT_POS(start_pos, old_start) && !LT_POS(old_end, curwin->w_cursor) in current_block()
1147 start_pos = *pos; in current_block()
1166 VIsual = start_pos; in current_block()
1173 oap->start = start_pos; in current_block()
1178 else if (LTOREQ_POS(start_pos, curwin->w_cursor)) in current_block()
1184 curwin->w_cursor = start_pos; in current_block()
1274 pos_T start_pos; in current_tagblock() local
1348 start_pos = curwin->w_cursor; in current_tagblock()
1387 curwin->w_cursor = start_pos; in current_tagblock()
1416 curwin->w_cursor = start_pos; in current_tagblock()
1421 start_pos = curwin->w_cursor; in current_tagblock()
1428 if (VIsual_active && EQUAL_POS(start_pos, old_start) in current_tagblock()
1442 if (LT_POS(end_pos, start_pos)) in current_tagblock()
1443 curwin->w_cursor = start_pos; in current_tagblock()
1446 VIsual = start_pos; in current_tagblock()
1453 oap->start = start_pos; in current_tagblock()
1455 if (LT_POS(end_pos, start_pos)) in current_tagblock()
1459 curwin->w_cursor = start_pos; in current_tagblock()