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

/haiku/headers/cpp/
H A Deditbuf.h42 typedef long buf_index; typedef
52 buf_index tell();
116 buf_index tell();
153 buf_index tell(edit_mark*);
154 buf_index tell(buf_char*);
167 void delete_range(buf_index from, buf_index to);
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc85 buf_index edit_buffer::tell(buf_char *ptr)
94 buf_index buf_cookie::tell()
100 buf_index edit_buffer::tell(edit_mark*mark)
445 buf_index cur_pos = buffer->tell((buf_char*)current());;
446 buf_index start_pos = buffer->tell(str->start);
447 buf_index end_pos = buffer->tell(str->end);
519 void edit_buffer::delete_range (buf_index from, buf_index to)

Completed in 38 milliseconds