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

/haiku/src/libs/stdc++/legacy/
H A Disgetline.cc45 ch = sb->sbumpc();
106 ch = sb->sbumpc();
H A Dindstream.cc72 return get_stream()->sbumpc();
H A Diostream.cc65 ch = sb->sbumpc();
76 int ch = _strbuf->sbumpc();
140 int ch = sb->sbumpc();
220 int ch = _strbuf->sbumpc();
243 int ch = sb->sbumpc();
296 ch = sb->sbumpc();
303 ch = sb->sbumpc();
339 ch = sb->sbumpc();
448 register int ch = inbuf->sbumpc();
H A Dparsestream.cc160 ch = sb->sbumpc();
H A Deditbuf.cc712 int ch = src_file.sbumpc();
/haiku/headers/cpp/std/
H A Dbastring.cc442 int ch = sb->sbumpc ();
485 int ch = sb->sbumpc ();
/haiku/headers/cpp/
H A Diostream.h190 else { int ch = _strbuf->sbumpc();
H A Dstreambuf.h396 int sbumpc() { return _IO_getc(this); } function in struct:streambuf

Completed in 62 milliseconds