Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstreambuf.h91 _IO_wchar_t _fill; member
183 _IO_wchar_t fill() const { return _fill; } in fill()
185 {_IO_wchar_t oldf = _fill; _fill = newf; return oldf;} in fill()
471 _strbuf=sb; _tie = tie_to; _width=0; _fill=' '; in init()