Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDdisplay.c70 static int _rl_col_width PARAMS((const char *, int, int));
73 # define _rl_col_width(l, s, e) (((e) <= (s)) ? 0 : (e) - (s)) macro
287 physchars += _rl_col_width (pmt, pind, ind);
657 z = _rl_col_width (local_prompt, n0, num); in rl_redisplay()
681 lpos -= _rl_col_width (local_prompt, n0, num); in rl_redisplay()
1035 _rl_last_c_pos = _rl_col_width (local_prompt, 0, nleft) - wrap_offset; in rl_redisplay()
1059 tx = _rl_col_width (&visible_line[pos], 0, nleft) - visible_wrap_offset; in rl_redisplay()
1472 _rl_last_c_pos = _rl_col_width (local_prompt, 0, lendiff) - wrap_offset;
1503 …col_lendiff = _rl_col_width (new, nfd - new, nls - new) - _rl_col_width (old, ofd - old, ols - old…
1528 col_temp = _rl_col_width (new, nfd - new, ne - new);
[all …]