Lines Matching refs:FALSE

35 static int	confirm_msg_used = FALSE;	// displaying confirm_msg
41 static int emsg_to_channel_log = FALSE;
56 static int verbose_did_open = FALSE;
102 return msg_attr_keep(s, 0, FALSE); in msg()
114 n = msg_attr_keep(s, 0, FALSE); in verb_msg()
123 return msg_attr_keep(s, attr, FALSE); in msg_attr()
172 buf = msg_strtrunc((char_u *)s, FALSE); in msg_attr_keep()
455 return FALSE; in other_sourcing_name()
569 return FALSE; in emsg_not_now()
596 return FALSE; in ignore_error()
631 int ignore = FALSE; in emsg_core()
639 return msg_use_printf() ? FALSE : msg((char *)s); in emsg_core()
648 emsg_severe = FALSE; in emsg_core()
725 cmd_silent = FALSE; in emsg_core()
760 msg_nowait = FALSE; // wait for this msg in emsg_core()
764 emsg_to_channel_log = FALSE; in emsg_core()
919 msg_hist_off = FALSE; in msg_trunc_attr()
1087 msg_hist_off = FALSE; in ex_messages()
1098 need_wait_return = FALSE; in msg_end_prompt()
1099 emsg_on_display = FALSE; in msg_end_prompt()
1152 quit_more = FALSE; in wait_return()
1153 got_int = FALSE; in wait_return()
1159 got_int = FALSE; in wait_return()
1165 screenalloc(FALSE); in wait_return()
1178 check_timestamps(FALSE); in wait_return()
1202 got_int = FALSE; in wait_return()
1235 msg_didout = FALSE; in wait_return()
1246 quit_more = FALSE; in wait_return()
1247 got_int = FALSE; in wait_return()
1295 redir_off = FALSE; in wait_return()
1306 do_redraw = FALSE; in wait_return()
1330 need_wait_return = FALSE; in wait_return()
1332 emsg_on_display = FALSE; // can delete error message now in wait_return()
1360 p_more = FALSE; // don't want see this message when scrolling back in hit_return_msg()
1383 keep_msg_more = FALSE; in set_keep_msg()
1407 int did_return = FALSE; in msg_start()
1417 need_clr_eos = FALSE; in msg_start()
1442 msg_didout = FALSE; // no output on current line yet in msg_start()
1458 msg_didany = FALSE; in msg_starthere()
1572 got_int = FALSE; in msg_outtrans_len_attr()
1752 int special = FALSE; in str2special()
1822 s = str2special(&sp, FALSE); in str2specialbuf()
1844 int in_multispace = FALSE; in msg_prt_line()
2152 msg_puts_display((char_u *)str, maxlen, attr, FALSE); in msg_puts_attr_len()
2176 did_wait_return = FALSE; in msg_puts_display()
2239 did_last_char = FALSE; in msg_puts_display()
2291 msg_didout = FALSE; // remember that line is empty in msg_puts_display()
2365 store_sb_text(&sb_str, s, attr, &sb_col, FALSE); in msg_puts_display()
2380 return FALSE; in message_filtered()
2606 wait_return(FALSE); in show_sb_text()
2805 static int entered = FALSE; in do_more_prompt()
2810 int retval = FALSE; in do_more_prompt()
2821 return FALSE; in do_more_prompt()
2836 msg_moremsg(FALSE); in do_more_prompt()
2927 need_wait_return = FALSE; // don't wait in main() in do_more_prompt()
3036 msg_moremsg(FALSE); in do_more_prompt()
3061 entered = FALSE; in do_more_prompt()
3065 return FALSE; in do_more_prompt()
3151 emsg_on_display = FALSE; in mch_errmsg()
3331 msg_didout = FALSE; in repeat_message()
3349 if (!full_screen || !screen_valid(FALSE)) in msg_check_screen()
3350 return FALSE; in msg_check_screen()
3433 wait_return(FALSE); in msg_end()
3434 return FALSE; in msg_end()
3601 verbose_did_open = FALSE; in verbose_stop()
3633 give_warning_with_source(message, hl, FALSE); in give_warning()
3669 msg_didout = FALSE; // overwrite this message in give_warning_with_source()
3768 need_wait_return = FALSE; in do_dialog()
3769 emsg_on_display = FALSE; in do_dialog()
3920 int first_hotkey = FALSE; // first char of button is hotkey in msg_show_console_dialog()
3923 has_hotkey[0] = FALSE; in msg_show_console_dialog()
3960 has_hotkey[++idx] = FALSE; in msg_show_console_dialog()
3967 first_hotkey = FALSE; in msg_show_console_dialog()
3976 msgp += copy_char(r, msgp, FALSE); in msg_show_console_dialog()
3994 msgp += copy_char(r, msgp, FALSE); in msg_show_console_dialog()
4082 (char_u *)_("&Yes\n&No"), dflt, NULL, FALSE) == 1) in vim_dialog_yesno()
4097 (char_u *)_("&Yes\n&No\n&Cancel"), dflt, NULL, FALSE)) in vim_dialog_yesnocancel()
4116 dflt, NULL, FALSE)) in vim_dialog_yesnoallcancel()