Lines Matching refs:need_flush
527 bool need_flush = FALSE; in send_init_strings() local
542 need_flush |= sent_string((use_reset && (reset_1string != 0)) in send_init_strings()
546 need_flush |= sent_string((use_reset && (reset_2string != 0)) in send_init_strings()
551 need_flush |= sent_string(clear_margins); in send_init_strings()
555 need_flush |= sent_string(TIPARM_2(set_lr_margin, 0, columns - 1)); in send_init_strings()
561 need_flush |= sent_string(TIPARM_1(set_left_margin_parm, 0)); in send_init_strings()
562 need_flush |= sent_string(TIPARM_1(set_right_margin_parm, in send_init_strings()
568 need_flush |= to_left_margin(); in send_init_strings()
569 need_flush |= sent_string(set_left_margin); in send_init_strings()
571 need_flush |= sent_string(TIPARM_1(parm_right_cursor, in send_init_strings()
576 need_flush = TRUE; in send_init_strings()
579 need_flush |= sent_string(set_right_margin); in send_init_strings()
580 need_flush |= to_left_margin(); in send_init_strings()
583 need_flush |= reset_tabstops(columns); in send_init_strings()
585 need_flush |= cat_file((use_reset && reset_file) ? reset_file : init_file); in send_init_strings()
587 need_flush |= sent_string((use_reset && (reset_3string != 0)) in send_init_strings()
592 return need_flush; in send_init_strings()