Searched refs:_rl_term_autowrap (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/libreadline/
H A Dterminal.c138 int _rl_term_autowrap = -1; variable
302 if (_rl_term_autowrap == 0)
312 if (_rl_term_autowrap == -1)
320 if (_rl_term_autowrap == 0)
462 _rl_term_autowrap = 0; /* used by _rl_get_screen_size */
517 _rl_term_autowrap = tgetflag ("am") && tgetflag ("xn");
H A Drlprivate.h416 extern int _rl_term_autowrap;
H A Ddisplay.c1225 if (temp == _rl_screenwidth && _rl_term_autowrap && !_rl_horizontal_scroll_mode
1546 else if (_rl_terminal_can_insert && ((2 * col_temp) >= col_lendiff || _rl_term_IC) && (!_rl_term_autowrap || !gl))
1668 if (_rl_term_autowrap && current_line < inv_botlin)
1727 real_screenwidth = _rl_screenwidth + (_rl_term_autowrap ? 0 : 1);
1824 (_rl_term_autowrap && i == _rl_screenwidth))
2288 if (full_lines && _rl_term_autowrap && (VIS_LLEN(_rl_vis_botlin) == _rl_screenwidth))
H A Dreadline.c1047 if (_rl_horizontal_scroll_mode && _rl_term_autowrap)

Completed in 107 milliseconds