Searched defs:PWC (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/tcsh-6/ |
H A D | tc.decls.h | 265 #define one_mbtowc(PWC, S, N) \ argument
|
H A D | sh.h | 107 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N) argument 114 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument 124 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument
|