Home
last modified time | relevance | path

Searched refs:old_start (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c1044 pos_T old_start, old_end; in current_block() local
1050 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() local
1291 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()
H A Dregexp_nfa.c522 int *old_start; in realloc_post_list() local
531 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()