Home
last modified time | relevance | path

Searched refs:gui_do_findrepl (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgui.pro67 int gui_do_findrepl(int flags, char_u *find_text, char_u *repl_text, int down);
/vim-8.2.3635/src/
H A Dgui_gtk.c2625 gui_do_findrepl(flags, find_text, repl_text, direction_down); in find_replace_cb()
H A Dgui_motif.c3559 (void)gui_do_findrepl((int)flags, (char_u *)find_text, (char_u *)repl_text, in find_replace_callback()
H A Dgui.c5332 gui_do_findrepl( in gui_do_findrepl() function
H A Dgui_w32.c1149 gui_do_findrepl(flags, p, q, down); in _OnFindRepl()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt14072 Solution: Add ga_append(NUL) in script_get(), gui_do_findrepl() and