Searched refs:ct_enc_width (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.c180 ct_enc_width(Char c) function
199 if (len < ct_enc_width(c))
H A Deln.c355 offset += ct_enc_width(*p);
360 offset += ct_enc_width(*p);
H A Dchartype.h193 protected size_t ct_enc_width(Char);
/macosx-10.10/libedit-40/src/
H A Dchartype.c176 ct_enc_width(Char c) function
195 if (len < ct_enc_width(c))
H A Deln.c366 offset += ct_enc_width(*p);
371 offset += ct_enc_width(*p);
H A Dchartype.h198 protected size_t ct_enc_width(Char);
H A Dfilecomplete.c468 ctemp_off += ct_enc_width(*p);

Completed in 159 milliseconds