Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libedit/
HDeln.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()
HDchartype.c185 ct_enc_width(Char c) in ct_enc_width() function
200 if (len < ct_enc_width(c)) in ct_encode_char()
HDchartype.h189 protected size_t ct_enc_width(Char);