Searched refs:gui_do_findrepl (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui.pro | 67 int gui_do_findrepl(int flags, char_u *find_text, char_u *repl_text, int down);
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 2625 gui_do_findrepl(flags, find_text, repl_text, direction_down); in find_replace_cb()
|
| H A D | gui_motif.c | 3559 (void)gui_do_findrepl((int)flags, (char_u *)find_text, (char_u *)repl_text, in find_replace_callback()
|
| H A D | gui.c | 5332 gui_do_findrepl( in gui_do_findrepl() function
|
| H A D | gui_w32.c | 1149 gui_do_findrepl(flags, p, q, down); in _OnFindRepl()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 14072 Solution: Add ga_append(NUL) in script_get(), gui_do_findrepl() and
|