Home
last modified time | relevance | path

Searched refs:normal_mbtowc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.h105 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N) macro
112 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) macro
121 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) macro
H A Dsh.dol.c442 len = normal_mbtowc(&wc, cbuf, cbp); in Dgetdol()
462 len = normal_mbtowc(&wc, cbuf, cbp); in Dgetdol()
H A Ded.inputl.c806 if (normal_mbtowc(cp, cbuf, cbp) == -1) { in GetNextChar()
H A Dsh.lex.c1592 tlen = normal_mbtowc(buf + res, cbuf + i, partial - i); in wide_read()