Home
last modified time | relevance | path

Searched refs:SEARCH_START (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c688 if (options & SEARCH_START) in searchit()
695 if (options & SEARCH_START) in searchit()
719 && (options & SEARCH_START) == 0) in searchit()
841 if (matchcol == 0 && (options & SEARCH_START)) in searchit()
1551 + SEARCH_MSG + SEARCH_START in do_search()
2914 flag = SEARCH_START; in is_zero_width()
H A Dvim.h916 #define SEARCH_START 0x100 // start search without col offset macro
H A Dnormal.c2307 || find_decl(ptr, len, nchar == 'd', thisblock, SEARCH_START) in nv_gd()
2502 searchflags &= ~SEARCH_START; in find_decl()
H A Devalfunc.c8049 options |= SEARCH_START; in search_cmn()
8567 options |= SEARCH_START; in do_searchpair()
8607 options &= ~SEARCH_START; in do_searchpair()
H A Dex_getln.c494 search_flags += SEARCH_START; in may_do_incsearch_highlighting()
H A Dgui.c5434 searchflags += SEARCH_START; in gui_do_findrepl()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6419 Solution: Remove the SEARCH_START flag.
H A Dversion8.txt11904 Solution: Add the SEARCH_START flag. (Mleddy)
11930 Solution: Remove the SEARCH_START flag when looping. Add a test.