Searched refs:need_break (Results 1 – 1 of 1) sorted by relevance
825 int need_break = FALSE; in hardcopy_line() local855 for (col = ppos->column; line[col] != NUL && !need_break; col += outputlen) in hardcopy_line()900 need_break = mch_print_text_out((char_u *)" ", 1); in hardcopy_line()903 if (need_break) in hardcopy_line()907 if (need_break && tab_spaces > 0) in hardcopy_line()916 need_break = 1; in hardcopy_line()920 need_break = mch_print_text_out(line + col, outputlen); in hardcopy_line()3225 int need_break; in mch_print_text_out() local3421 need_break = (next_pos > prt_right_margin) && in mch_print_text_out()3424 if (need_break) in mch_print_text_out()[all …]