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

/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc43 // and pbase(), pptr(), and epptr() are all NULL.
44 // In put mode, pptr() is the current position,
47 // replacing) // must have its pptr() pointing to the start of the gap.
51 // gap is the pptr() of the edit_streambuf; the edit_buffer::_gap_start pointer
56 str->buffer->delete_range(str->buffer->tell((buf_char*)pptr()),
73 if (pptr() > buffer->_gap_start && pptr() < buffer->gap_end())
74 buffer->_gap_start = pptr();
81 setp(pptr(),pptr());
[all...]
H A Dstreambuf.cc264 return _IO_adjust_column(_cur_column - 1, pbase(), pptr() - pbase());
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp76 int length = pptr() - pbase();
92 pbump(pbase() - pptr());
/haiku/headers/cpp/
H A Deditbuf.h96 buf_char* current() { return is_reading() ? gptr() : pptr(); }
141 { return _writer ? _writer->pptr() : _gap_start; }
H A Dsstream77 return string(stream, pptr()-pbase());
114 stringbuf_sync(gptr()-eback(), pptr()-pbase());
163 curo = pptr();
H A Dstreambuf.h300 char* pptr() const { return _IO_write_ptr; } function in struct:streambuf
454 char* cur_ptr() { return is_reading() ? gptr() : pptr(); }

Completed in 51 milliseconds