Home
last modified time | relevance | path

Searched refs:SEARCH_END (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c795 && ((options & SEARCH_END) && first_match in searchit()
890 || ((options & SEARCH_END) in searchit()
994 if ((options & SEARCH_END) && !(options & SEARCH_NOOF) in searchit()
1366 spats[0].off.end = SEARCH_END; in do_search()
3010 flags = SEARCH_END; in current_search()
H A Dvim.h914 #define SEARCH_END 0x40 // put cursor at end of match macro
H A Dviminfo.c1468 off_end = SEARCH_END; in read_viminfo_search_pattern()
H A Devalfunc.c8051 options |= SEARCH_END; in search_cmn()