Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
HDterminal.c181 int _rl_screenwidth, _rl_screenheight, _rl_screenchars; variable
256 _rl_screenwidth = wc;
260 _rl_screenwidth = _rl_screenheight = -1;
265 if (_rl_screenwidth <= 0)
268 _rl_screenwidth = atoi (ss);
270 if (_rl_screenwidth <= 0)
271 _rl_screenwidth = wc;
274 if (_rl_screenwidth <= 0)
275 _rl_screenwidth = ScreenCols ();
277 if (_rl_screenwidth <= 0 && term_string_buffer)
[all …]
HDdisplay.c338 if (invflset == 0 && rl >= _rl_screenwidth)
346 if (rl < _rl_screenwidth)
625 if (lpos >= _rl_screenwidth) \ in rl_redisplay()
646 if (lpos >= _rl_screenwidth) \ in rl_redisplay()
674 prompt_lines_estimate = lpos / _rl_screenwidth; in rl_redisplay()
678 while (lpos >= _rl_screenwidth) in rl_redisplay()
696 if (z > _rl_screenwidth) in rl_redisplay()
701 else if (z == _rl_screenwidth) in rl_redisplay()
709 temp = ((newlines + 1) * _rl_screenwidth); in rl_redisplay()
724 lpos -= _rl_screenwidth; in rl_redisplay()
[all …]
HDcomplete.c1362 if (cols >= 0 && cols <= _rl_screenwidth) in complete_get_screenwidth()
1367 if (cols >= 0 && cols <= _rl_screenwidth) in complete_get_screenwidth()
1369 return _rl_screenwidth; in complete_get_screenwidth()
1409 if (cols < _rl_screenwidth && limit < 0)
HDrlprivate.h493 extern int _rl_screenwidth;
HDreadline.c1083 _rl_screenwidth--; in readline_initialize_everything()