Searched refs:old_start (Results 1 – 2 of 2) sorted by relevance
1044 pos_T old_start, old_end; in current_block() local1050 old_start = old_end; in current_block()1068 old_start = VIsual; in current_block()1137 if (!LT_POS(start_pos, old_start) && !LT_POS(old_end, curwin->w_cursor) in current_block()1140 curwin->w_cursor = old_start; in current_block()1276 pos_T old_start, old_end; in current_tagblock() local1291 old_start = old_end; in current_tagblock()1326 old_start = VIsual; in current_tagblock()1428 if (VIsual_active && EQUAL_POS(start_pos, old_start) in current_tagblock()1432 curwin->w_cursor = old_start; in current_tagblock()
522 int *old_start; in realloc_post_list() local531 old_start = post_start; in realloc_post_list()533 post_ptr = new_start + (post_ptr - old_start); in realloc_post_list()535 vim_free(old_start); in realloc_post_list()