Home
last modified time | relevance | path

Searched defs:normal_mbtowc (Results 1 – 1 of 1) 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