Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk.c2597 char_u *repl_text; in find_replace_cb() local
2606 repl_text = NULL; in find_replace_cb()
2611 repl_text = (char_u *)gtk_entry_get_text(GTK_ENTRY(repl_widgets.with)); in find_replace_cb()
2623 repl_text = CONVERT_FROM_UTF8(repl_text); in find_replace_cb()
2625 gui_do_findrepl(flags, find_text, repl_text, direction_down); in find_replace_cb()
2626 CONVERT_FROM_UTF8_FREE(repl_text); in find_replace_cb()
H A Dgui_motif.c3521 char *find_text, *repl_text; in find_replace_callback() local
3542 repl_text = NULL; in find_replace_callback()
3547 repl_text = XmTextFieldGetString(repl_widgets.with); in find_replace_callback()
3559 (void)gui_do_findrepl((int)flags, (char_u *)find_text, (char_u *)repl_text, in find_replace_callback()
3564 if (repl_text != NULL) in find_replace_callback()
3565 XtFree(repl_text); in find_replace_callback()
H A Dgui.c5335 char_u *repl_text, in gui_do_findrepl() argument
5381 p = vim_strsave_escaped(repl_text, (char_u *)"/\\"); in gui_do_findrepl()
5412 ins_str(repl_text); in gui_do_findrepl()
/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);