Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h917 #define SEARCH_MARK 0x200 // set previous context mark macro
H A Dnormal.c4369 ? 0 : SEARCH_MARK, NULL); in nv_search()
4381 int i = normal_search(cap, 0, NULL, SEARCH_MARK | cap->arg, &wrapped); in nv_next()
4389 (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.c5429 int searchflags = SEARCH_MSG + SEARCH_MARK; in gui_do_findrepl()