Home
last modified time | relevance | path

Searched refs:CLEAR_POS (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h35 #define CLEAR_POS(a) do {(a)->lnum = 0; (a)->col = 0; (a)->coladd = 0;} while (0) macro
H A Dsearch.c2331 CLEAR_POS(&match_pos); in findmatchlimit()
2908 CLEAR_POS(&pos); in is_zero_width()
3040 CLEAR_POS(&pos); in current_search()
3256 CLEAR_POS(&lastpos); in update_search_stat()
H A Dtextobject.c692 CLEAR_POS(&start_pos); in current_word()
H A Dundo.c3235 CLEAR_POS(&(uhp->uh_cursor)); in u_find_first_changed()
3243 CLEAR_POS(&(uhp->uh_cursor)); in u_find_first_changed()
H A Dnormal.c2430 CLEAR_POS(&found_pos); in find_decl()
2497 CLEAR_POS(&found_pos); in find_decl()
H A Dtag.c203 CLEAR_POS(&saved_fmark.mark); // shutup gcc 4.0 in do_tag()
H A Dex_getln.c185 CLEAR_POS(&is_state->match_end); in init_incsearch_state()
H A Dspell.c1307 CLEAR_POS(&found_pos); in spell_move_to()
H A Devalfunc.c8574 CLEAR_POS(&firstpos); in do_searchpair()
8575 CLEAR_POS(&foundpos); in do_searchpair()