Searched refs:ask_yesno (Results 1 – 8 of 8) sorted by relevance
16 int ask_yesno(char_u *str, int direct);
587 ask_yesno(char_u *str, int direct) in ask_yesno() function
537 if (ask_yesno((char_u *)_("Do you really want to write to it"), in check_mtime()
762 if (ask_yesno((char_u *)_("No undo possible; continue anyway"), TRUE) in u_savecommon()
744 n = ask_yesno((char_u *)_("cannot yank; delete anyway"), TRUE); in op_delete()
2202 if (ask_yesno((char_u *) in do_one_cmd()
1903 # pregunta ask_yesno()
5933 Solution: Also call plain_vgetc() in ask_yesno().