Searched refs:do_replace (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_gtk.c1546 find_replace_dialog_create(char_u *arg, int do_replace) argument
1561 frdp = (do_replace) ? (&repl_widgets) : (&find_widgets);
1596 if (do_replace)
1611 if (do_replace)
1634 if (do_replace)
1671 if (do_replace)
1682 if (do_replace)
1690 if (do_replace)
1721 (do_replace) ? GINT_TO_POINTER(FRD_R_FINDNEXT)
1728 if (do_replace)
[all...]
H A Dgui_motif.c3544 static void find_replace_dialog_create __ARGS((char_u *entry_text, int do_replace));
3695 find_replace_dialog_create(arg, do_replace)
3697 int do_replace;
3714 frdp = do_replace ? &repl_widgets : &find_widgets;
3742 if (do_replace)
3778 (do_replace ? (XtPointer)FRD_R_FINDNEXT : (XtPointer)FRD_FINDNEXT));
3780 if (do_replace)
3872 if (do_replace)
3929 if (do_replace)
3937 if (do_replace)
4079 int do_replace; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c1432 int should_quote, do_replace; local
1462 do_replace = should_quote ? mtype : NO_MATCH;
1465 if (do_replace != NO_MATCH && rl_filename_quoting_function)
1466 replacement = (*rl_filename_quoting_function) (match, do_replace, qc);
/macosx-10.10.1/nano-12/src/
H A Dsearch.c133 * replacing is TRUE if we call from do_replace(), and FALSE if called
154 * do_search() or do_replace() and be called again. In that case,
436 do_replace();
872 void do_replace(void) function
897 do_replace();
H A Dproto.h600 void do_replace(void);
H A Dglobal.c571 , NANO_REPLACE_FKEY, NANO_NO_KEY, NOVIEW, do_replace);

Completed in 124 milliseconds