Lines Matching refs:TRUE
139 return TRUE; in msg_attr_keep()
152 return TRUE; in msg_attr_keep()
410 return msg_attr_keep((char *)s, attr, TRUE); in smsg_attr_keep()
419 return msg_attr_keep((char *)IObuff, attr, TRUE); in smsg_attr_keep()
453 return TRUE; in other_sourcing_name()
568 return TRUE; in emsg_not_now()
595 return TRUE; in ignore_error()
661 if (cause_errthrow(s, severe, &ignore) == TRUE) in emsg_core()
665 return TRUE; in emsg_core()
718 return TRUE; in emsg_core()
740 emsg_on_display = TRUE; // remember there is an error message in emsg_core()
744 need_wait_return = TRUE; // needed in case emsg() is called after in emsg_core()
750 emsg_to_channel_log = TRUE; in emsg_core()
778 return TRUE; // no error messages at the moment in emsg()
808 return TRUE; // no error messages at the moment in semsg()
917 msg_hist_off = TRUE; in msg_trunc_attr()
1049 msg_hist_off = TRUE; in ex_messages()
1123 if (redraw == TRUE) in wait_return()
1139 need_wait_return = TRUE; in wait_return()
1147 redir_off = TRUE; // don't redirect this message in wait_return()
1170 dont_scroll = TRUE; // disallow scrolling here in wait_return()
1214 clip_copy_modeless_selection(TRUE); in wait_return()
1291 do_redraw = TRUE; // need a redraw even though there is in wait_return()
1305 skip_redraw = TRUE; // skip redraw once in wait_return()
1308 skip_term_loop = TRUE; in wait_return()
1327 newline_on_exit = TRUE; in wait_return()
1331 did_wait_return = TRUE; in wait_return()
1345 && (redraw == TRUE || (msg_scrolled != 0 && redraw != -1))) in wait_return()
1434 did_return = TRUE; in msg_start()
1780 special = TRUE; in str2special()
1850 list = TRUE; in msg_prt_line()
2018 msg_didout = TRUE; // remember that line is not empty in screen_puts_mbyte()
2139 need_wait_return = TRUE; in msg_puts_attr_len()
2140 msg_didany = TRUE; // remember that something was outputted in msg_puts_attr_len()
2236 did_last_char = TRUE; in msg_puts_display()
2243 store_sb_text(&sb_str, s, attr, &sb_col, TRUE); in msg_puts_display()
2246 need_wait_return = TRUE; // may need wait_return in main() in msg_puts_display()
2247 redraw_cmdline = TRUE; in msg_puts_display()
2287 store_sb_text(&sb_str, s, attr, &sb_col, TRUE); in msg_puts_display()
2399 screen_del_lines(0, 0, 1, (int)Rows, TRUE, 0, NULL); in msg_scroll_up()
2528 last_msgchunk->sb_eol = TRUE; in store_sb_text()
2630 last_msgchunk->sb_eol = TRUE; in msg_sb_eol()
2650 msg_puts_display(p, -1, mp->sb_attr, TRUE); in disp_sb_line()
2669 msg_didout = TRUE; // remember that line is not empty in t_puts()
2787 msg_didout = TRUE; // assume that line is not empty in msg_puts_printf()
2822 entered = TRUE; in do_more_prompt()
2863 current_menu->noremap[idx], 0, TRUE, in do_more_prompt()
2923 skip_term_loop = TRUE; in do_more_prompt()
2926 skip_redraw = TRUE; // skip redraw once in do_more_prompt()
2937 retval = TRUE; in do_more_prompt()
2942 got_int = TRUE; in do_more_prompt()
2943 quit_more = TRUE; in do_more_prompt()
2958 clip_copy_modeless_selection(TRUE); in do_more_prompt()
2962 msg_moremsg(TRUE); in do_more_prompt()
3265 msg_didout = TRUE; // remember that line is not empty in msg_screen_putchar()
3310 msg_moremsg(TRUE); // display --more-- message again in repeat_message()
3356 return TRUE; in msg_check_screen()
3437 return TRUE; in msg_end()
3449 need_wait_return = TRUE; in msg_check()
3450 redraw_cmdline = TRUE; in msg_check()
3483 write_reg_contents(redir_reg, (char_u *)" ", -1, TRUE); in redir_write()
3500 write_reg_contents(redir_reg, s, maxlen, TRUE); in redir_write()
3572 msg_scroll = TRUE; in verbose_enter_scroll()
3614 verbose_did_open = TRUE; in verbose_open()
3670 msg_nowait = TRUE; // don't wait for this message in give_warning_with_source()
3947 hotkp[copy_char(r + 1, hotkp, TRUE)] = NUL; in msg_show_console_dialog()
3953 first_hotkey = TRUE; in msg_show_console_dialog()
3980 hotkp[copy_char(r, hotkp, TRUE)] = NUL; in msg_show_console_dialog()
3987 has_hotkey[idx] = TRUE; in msg_show_console_dialog()
4018 first_hotkey = TRUE; in msg_show_console_dialog()
4042 hotkp[copy_char(buttons, hotkp, TRUE)] = NUL; in msg_show_console_dialog()