Searched refs:repl_text (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 2597 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 D | gui_motif.c | 3521 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 D | gui.c | 5335 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 D | gui.pro | 67 int gui_do_findrepl(int flags, char_u *find_text, char_u *repl_text, int down);
|