Searched refs:do_search (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 27 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 D | tag.c | 3551 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 D | gui.c | 5438 (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 D | ex_getln.c | 500 found = do_search(NULL, firstc == ':' ? '/' : firstc, search_delim, in may_do_incsearch_highlighting()
|
| H A D | spell.c | 2900 if (do_search(NULL, '/', '/', frompat, 1L, SEARCH_KEEP, NULL) == 0 in ex_spellrepall()
|
| H A D | search.c | 1209 do_search( in do_search() function
|
| H A D | normal.c | 4416 i = do_search(cap->oap, dir, dir, pat, cap->count1, in normal_search()
|
| H A D | quickfix.c | 3235 if (!do_search(NULL, '/', '/', qf_pattern, (long)1, SEARCH_KEEP, NULL)) in qf_jump_goto_line()
|
| H A D | ex_docmd.c | 4258 if (!do_search(NULL, c, c, cmd, 1L, flags, NULL)) in get_address()
|