Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c118 static int _rl_col_width PARAMS((const char *, int, int, int));
120 # define _rl_col_width(l, s, e, f) (((e) <= (s)) ? 0 : (e) - (s)) macro
459 physchars += _rl_col_width (nprompt, pind, ind, 0); in expand_prompt()
965 …lpos = _rl_col_width (local_prompt, temp, local_prompt_len, 1) - (wrap_offset - prompt_invis_chars… in rl_redisplay()
1405 _rl_last_c_pos = _rl_col_width (local_prompt, 0, nleft, 1) - wrap_offset + modmark; in rl_redisplay()
1430 tx = _rl_col_width (&visible_line[pos], 0, nleft, 1) - visible_wrap_offset; in rl_redisplay()
1869 _rl_last_c_pos += _rl_col_width (new, local_prompt_len, ne-new, 1); in update_line()
2122 _rl_last_c_pos = _rl_col_width (local_prompt, 0, lendiff, 1) - wrap_offset + modmark; in update_line()
2158 _rl_last_c_pos += _rl_col_width (new, nd, ne - new, 1); in update_line()
2262 : _rl_col_width (new, 0, nls - new, 1); in update_line()
[all …]