Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/
Ddisplay.c1041 int col_lendiff, col_temp; local
1303 col_temp = _rl_col_width (new, nfd - new, ne - new);
1305 col_temp = temp;
1315 …if (_rl_terminal_can_insert && ((2 * col_temp) >= col_lendiff || _rl_term_IC) && (!_rl_term_autowr…
1342 _rl_last_c_pos += col_temp;
1361 _rl_last_c_pos += col_temp;
1367 if (_rl_term_dc && (2 * col_temp) >= -col_lendiff)
1393 _rl_last_c_pos += col_temp;