Searched refs:visible_first_line_len (Results 1 – 1 of 1) sorted by relevance
188 static int visible_first_line_len; variable959 (_rl_last_c_pos < visible_first_line_len)) in rl_redisplay()971 visible_first_line_len = (inv_botlin > 0) ? inv_lbreaks[1] : out - wrap_offset; in rl_redisplay()1146 t < visible_first_line_len) in rl_redisplay()1151 visible_first_line_len = out - lmargin - M_OFFSET (lmargin, wrap_offset); in rl_redisplay()1152 if (visible_first_line_len > _rl_screenwidth) in rl_redisplay()1153 visible_first_line_len = _rl_screenwidth; in rl_redisplay()