Home
last modified time | relevance | path

Searched refs:FRD_REPLACE (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.h496 # define FRD_REPLACE 3 // Replace once macro
H A Dgui.c5353 if ((type == FRD_REPLACE || type == FRD_REPLACEALL) && text_locked()) in gui_do_findrepl()
5389 if (type == FRD_REPLACE) in gui_do_findrepl()
5433 if (type == FRD_REPLACE) in gui_do_findrepl()
H A Dgui_gtk.c2521 GINT_TO_POINTER(FRD_REPLACE)); in find_replace_dialog_create()
H A Dgui_motif.c3722 find_replace_callback, (XtPointer)FRD_REPLACE); in find_replace_dialog_create()
H A Dgui_w32.c1125 flags = FRD_REPLACE; in _OnFindRepl()