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

/haiku/headers/cpp/
H A Deditbuf.h91 int inserting() { return _inserting; } function in struct:edit_streambuf
92 void inserting(int i) { _inserting = i; } function in struct:edit_streambuf
131 // This is because sometimes a FILE is inserting into the buffer,
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc48 // Only one edit_streambuf can be actively inserting into a specific
329 if inserting:
388 if ((buf_char*)pptr() == str_end || inserting()) {
695 // Equivalent to deleting this, then inserting src, except tries

Completed in 26 milliseconds