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

/freebsd-current/contrib/libedit/
H A Dliteral.c101 n += ct_encode_char(b + n, (size_t)(w - n), buf[i]);
102 n += ct_encode_char(b + n, (size_t)(w - n), end[1]);
H A Dchartype.h81 libedit_private ssize_t ct_encode_char(char *, size_t, wchar_t);
H A Dchartype.c112 used = ct_encode_char(dst, (size_t)5, *s);
200 ct_encode_char(char *dst, size_t len, wchar_t c) function
H A Dkeymacro.c654 ssize_t n = ct_encode_char(b, (size_t)(eb - b), *p2++);
H A Dterminal.c1231 i = ct_encode_char(buf, (size_t)MB_LEN_MAX, c);

Completed in 162 milliseconds