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

/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c84 /* _rl_last_c_pos is an absolute cursor position in multibyte locales and a
136 /* NOTE: _rl_last_c_pos is used as a buffer index when not in a locale
140 int _rl_last_c_pos = 0; variable
930 o_cpos = _rl_last_c_pos;
935 /* update_line potentially changes _rl_last_c_pos, but doesn't
936 take invisible characters into account, since _rl_last_c_pos
940 update_line adjusts _rl_last_c_pos itself (so it can pass
943 _rl_last_c_pos is correct (an absolute cursor position) each
949 _rl_last_c_pos != o_cpos &&
950 _rl_last_c_pos > wrap_offse
[all...]
H A Drlprivate.h359 extern int _rl_last_c_pos;
H A Dtext.c1055 if (rl_point == rl_end && ISPRINT (c) && _rl_last_c_pos)

Completed in 115 milliseconds