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

/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1220 int col_lendiff, col_temp; local
1528 col_temp = _rl_col_width (new, nfd - new, ne - new);
1530 col_temp = temp;
1560 else if (_rl_terminal_can_insert && ((2 * col_temp) >= col_lendiff || _rl_term_IC) && (!_rl_term_autowrap || !gl))
1584 _rl_last_c_pos += col_temp;
1615 _rl_last_c_pos += col_temp;
1625 if (_rl_term_dc && (2 * col_temp) >= -col_lendiff)
1669 _rl_last_c_pos += col_temp; /* XXX */

Completed in 168 milliseconds