Searched refs:FRD_REPLACEALL (Results 1 – 5 of 5) sorted by relevance
497 # define FRD_REPLACEALL 4 // Replace remaining matches macro
5353 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()
2534 GINT_TO_POINTER(FRD_REPLACEALL)); in find_replace_dialog_create()
3733 find_replace_callback, (XtPointer)FRD_REPLACEALL); in find_replace_dialog_create()
1133 flags = FRD_REPLACEALL; in _OnFindRepl()