Searched refs:_IO_wchar_t (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstreambuf.h57 #ifndef _IO_wchar_t
59 #define _IO_wchar_t _G_wchar_t macro
61 #define _IO_wchar_t wchar_t macro
91 _IO_wchar_t _fill;
183 _IO_wchar_t fill() const { return _fill; }
184 _IO_wchar_t fill(_IO_wchar_t newf)
185 {_IO_wchar_t oldf = _fill; _fill = newf; return oldf;}

Completed in 69 milliseconds