Lines Matching refs:_rl_screenwidth

192    (or is equal to) _rl_screenwidth. */
306 if (invflset == 0 && rl >= _rl_screenwidth)
314 if (rl < _rl_screenwidth)
590 if (lpos >= _rl_screenwidth) \
607 if (lpos >= _rl_screenwidth) \
638 /* what if lpos is already >= _rl_screenwidth before we start drawing the
640 while (lpos >= _rl_screenwidth)
658 if (z > _rl_screenwidth)
663 else if (z == _rl_screenwidth)
671 temp = ((newlines + 1) * _rl_screenwidth);
684 lpos -= _rl_screenwidth;
757 if (lpos + 4 >= _rl_screenwidth)
759 temp = _rl_screenwidth - lpos;
786 if (lpos + temp >= _rl_screenwidth)
789 temp2 = _rl_screenwidth - lpos;
827 if (_rl_screenwidth < lpos + wc_width)
828 for (i = lpos; i < _rl_screenwidth; i++)
962 nleft = _rl_screenwidth - _rl_last_c_pos;
964 nleft = _rl_screenwidth + wrap_offset - _rl_last_c_pos;
985 ((linenum == _rl_vis_botlin) ? strlen (tt) : _rl_screenwidth);
1086 t = _rl_screenwidth / 3;
1094 if (phys_c_pos > _rl_screenwidth - 2)
1104 else if (ndisp < _rl_screenwidth - 2) /* XXX - was -1 */
1126 t = lmargin + M_OFFSET (lmargin, wrap_offset) + _rl_screenwidth;
1136 _rl_screenwidth + visible_wrap_offset,
1137 _rl_screenwidth + (lmargin ? 0 : wrap_offset),
1148 nleft = _rl_screenwidth - t;
1152 if (visible_first_line_len > _rl_screenwidth)
1153 visible_first_line_len = _rl_screenwidth;
1225 if (temp == _rl_screenwidth && _rl_term_autowrap && !_rl_horizontal_scroll_mode
1727 real_screenwidth = _rl_screenwidth + (_rl_term_autowrap ? 0 : 1);
1824 (_rl_term_autowrap && i == _rl_screenwidth))
2253 if (count > _rl_screenwidth) /* XXX */
2288 if (full_lines && _rl_term_autowrap && (VIS_LLEN(_rl_vis_botlin) == _rl_screenwidth))
2294 _rl_move_cursor_relative (_rl_screenwidth - 1, last_line); /* XXX */
2296 putc (last_line[_rl_screenwidth - 1], rl_outstream);
2362 space_to_eol (_rl_screenwidth);
2369 space_to_eol (_rl_screenwidth);
2418 nleft = _rl_last_c_pos - _rl_screenwidth - rl_visible_prompt_length;
2420 nleft = _rl_last_c_pos - _rl_screenwidth;
2423 ret = 1 + nleft / _rl_screenwidth;