Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.h497 # define FRD_REPLACEALL 4 // Replace remaining matches macro
H A Dgui.c5353 if ((type == FRD_REPLACE || type == FRD_REPLACEALL) && text_locked()) in gui_do_findrepl()
5359 if (type == FRD_REPLACEALL) in gui_do_findrepl()
5377 if (type == FRD_REPLACEALL) in gui_do_findrepl()
5421 if (type == FRD_REPLACEALL) in gui_do_findrepl()
H A Dgui_gtk.c2534 GINT_TO_POINTER(FRD_REPLACEALL)); in find_replace_dialog_create()
H A Dgui_motif.c3733 find_replace_callback, (XtPointer)FRD_REPLACEALL); in find_replace_dialog_create()
H A Dgui_w32.c1133 flags = FRD_REPLACEALL; in _OnFindRepl()