Searched defs:normal_mbtowc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.h96 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N) macro
103 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) macro
112 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) macro

Completed in 79 milliseconds