Lines Matching refs:do_replace
3628 find_replace_dialog_create(char_u *arg, int do_replace) in find_replace_dialog_create() argument
3645 frdp = do_replace ? &repl_widgets : &find_widgets; in find_replace_dialog_create()
3673 if (do_replace) in find_replace_dialog_create()
3709 (do_replace ? (XtPointer)FRD_R_FINDNEXT : (XtPointer)FRD_FINDNEXT)); in find_replace_dialog_create()
3711 if (do_replace) in find_replace_dialog_create()
3803 if (do_replace) in find_replace_dialog_create()
3859 if (do_replace) in find_replace_dialog_create()
3867 if (do_replace) in find_replace_dialog_create()
4007 int do_replace; in gui_motif_synch_fonts() local
4020 for (do_replace = 0; do_replace <= 1; ++do_replace) in gui_motif_synch_fonts()
4022 frdp = (do_replace) ? (&repl_widgets) : (&find_widgets); in gui_motif_synch_fonts()
4026 if (do_replace) in gui_motif_synch_fonts()