Home
last modified time | relevance | path

Searched refs:next_pos (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dhardcopy.c3229 float next_pos; in mch_print_text_out() local
3420 next_pos = prt_pos_x + prt_char_width; in mch_print_text_out()
3421 need_break = (next_pos > prt_right_margin) && in mch_print_text_out()
3422 ((next_pos - prt_right_margin) > (prt_right_margin*1e-5)); in mch_print_text_out()