Home
last modified time | relevance | path

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

/NextBSD/lib/libedit/
HDeln.c87 nwread += ct_enc_width(tmp[i]); in el_gets()
385 offset += ct_enc_width(*p); in el_line()
390 offset += ct_enc_width(*p); in el_line()
HDchartype.c180 ct_enc_width(Char c) in ct_enc_width() function
199 if (len < ct_enc_width(c)) in ct_encode_char()
HDchartype.h192 protected size_t ct_enc_width(Char);