Searched refs:one_wctomb (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.print.c | 127 len = one_wctomb(buf, c & CHAR); in putwraw() 138 len = one_wctomb(buf, c & CHAR); in xputwchar()
|
H A D | tc.decls.h | 262 extern size_t one_wctomb (char *, Char); 267 #define one_wctomb(S, WCHAR) (*(S) = (char)(WCHAR), (size_t)1) macro
|
H A D | tc.str.c | 62 one_wctomb(char *s, Char wchar) function 238 dst += one_wctomb(dst, *src); 558 dst += one_wctomb(dst, *src);
|
H A D | tc.printf.c | 289 len = one_wctomb(cbuf, *Bp); in doprnt()
|
H A D | tw.color.c | 209 d += one_wctomb(d, sc); in getstring()
|
H A D | ed.xmap.c | 742 b += one_wctomb((char *)b, p); in unparsestring()
|
H A D | sh.file.c | 249 len = one_wctomb(buf, *p); in pushback()
|
H A D | sh.hist.c | 1208 p += one_wctomb(p, *ip); in fmthist()
|
H A D | ed.chared.c | 3394 len = one_wctomb(buf, c); in e_stuff_char()
|