Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcsh-6/
H A Dsh.h107 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N) macro
114 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) macro
124 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) macro
H A Dsh.dol.c476 len = normal_mbtowc(&wc, cbuf, cbp); in Dgetdol()
496 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.c1615 tlen = normal_mbtowc(buf + res, cbuf + i, partial - i); in wide_read()