Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dsearch.pro27 int do_search(oparg_T *oap, int dirc, int search_delim, char_u *pat, long count, int options, searc…
/vim-8.2.3635/src/
H A Dtag.c3551 if (do_search(NULL, pbuf[0], pbuf[0], pbuf + 1, (long)1, in jumpto_tag()
3563 if (!do_search(NULL, pbuf[0], pbuf[0], pbuf + 1, (long)1, in jumpto_tag()
3574 if (!do_search(NULL, '/', '/', pbuf, (long)1, in jumpto_tag()
3580 if (!do_search(NULL, '/', '/', pbuf, (long)1, in jumpto_tag()
H A Dgui.c5438 (void)do_search(NULL, '/', '/', ga.ga_data, 1L, searchflags, NULL); in gui_do_findrepl()
5446 (void)do_search(NULL, '?', '?', p, 1L, searchflags, NULL); in gui_do_findrepl()
H A Dex_getln.c500 found = do_search(NULL, firstc == ':' ? '/' : firstc, search_delim, in may_do_incsearch_highlighting()
H A Dspell.c2900 if (do_search(NULL, '/', '/', frompat, 1L, SEARCH_KEEP, NULL) == 0 in ex_spellrepall()
H A Dsearch.c1209 do_search( in do_search() function
H A Dnormal.c4416 i = do_search(cap->oap, dir, dir, pat, cap->count1, in normal_search()
H A Dquickfix.c3235 if (!do_search(NULL, '/', '/', qf_pattern, (long)1, SEARCH_KEEP, NULL)) in qf_jump_goto_line()
H A Dex_docmd.c4258 if (!do_search(NULL, c, c, cmd, 1L, flags, NULL)) in get_address()