vis.c | 98 static wchar_t *do_svis(wchar_t *, wint_t, int, wint_t, const wchar_t *); 174 dst = do_svis(dst, c, flags, nextc, extra); 202 dst = do_svis(dst, c, flags, nextc, extra); 307 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) function in typeref:typename:wchar_t * 346 return do_svis;
|