Home
last modified time | relevance | path

Searched refs:PWC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.h105 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N) argument
112 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument
121 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument
H A Dtc.decls.h265 #define one_mbtowc(PWC, S, N) \ argument
266 ((void)(N), *(PWC) = (unsigned char)*(S), (size_t)1)