Searched defs:normal_mbtowc (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/tcsh-6/ |
H A D | sh.h | 107 #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
|