Searched refs:_rl_term_IC (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/libreadline/
H A Dterminal.c123 char *_rl_term_IC; variable
375 { "IC", &_rl_term_IC },
486 _rl_term_im = _rl_term_ei = _rl_term_ic = _rl_term_IC = (char *)NULL;
497 tgoto if _rl_term_IC or _rl_term_DC is defined, but just in case we
528 _rl_terminal_can_insert = (_rl_term_IC || _rl_term_im || _rl_term_ic);
H A Drlprivate.h410 extern char *_rl_term_IC;
H A Ddisplay.c1546 else if (_rl_terminal_can_insert && ((2 * col_temp) >= col_lendiff || _rl_term_IC) && (!_rl_term_autowrap || !gl))
1550 _rl_term_IC or _rl_term_ic will screw up the screen because of the
2213 if (_rl_term_IC)
2217 buffer = tgoto (_rl_term_IC, 0, col);

Completed in 55 milliseconds