Home
last modified time | relevance | path

Searched refs:SEARCH_MARK (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsearch.h35 #define SEARCH_MARK 0x200 ///< set previous context mark macro
H A Dnormal.c5614 ? 0 : SEARCH_MARK, NULL); in nv_search()
5625 int i = normal_search(cap, 0, NULL, SEARCH_MARK | cap->arg, &wrapped); in nv_next()
5632 (void)normal_search(cap, 0, NULL, SEARCH_MARK | cap->arg, NULL); in nv_next()
H A Dsearch.c1435 if (options & SEARCH_MARK) { in do_search()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h918 #define SEARCH_MARK 0x200 // set previous context mark macro
H A Dnormal.c4396 ? 0 : SEARCH_MARK, NULL); in nv_search()
4408 int i = normal_search(cap, 0, NULL, SEARCH_MARK | cap->arg, &wrapped); in nv_next()
4416 (void)normal_search(cap, 0, NULL, SEARCH_MARK | cap->arg, NULL); in nv_next()
H A Dsearch.c1656 if (options & SEARCH_MARK) in do_search()
H A Dgui.c5460 int searchflags = SEARCH_MSG + SEARCH_MARK; in gui_do_findrepl()