Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Deln.c84 nwread += ct_enc_width(tmp[i]); in el_gets()
377 offset += ct_enc_width(*p); in el_line()
382 offset += ct_enc_width(*p); in el_line()
H A Dchartype.c185 ct_enc_width(Char c) in ct_enc_width() function
200 if (len < ct_enc_width(c)) in ct_encode_char()
H A Dchartype.h189 protected size_t ct_enc_width(Char);