Searched refs:gap_end (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.cc73 if (pptr() > buffer->_gap_start && pptr() < buffer->gap_end())
90 return ptr - gap_end() + size1();
174 from = i + gap_end();
363 setg(buffer->gap_end(), buffer->gap_end(), str_end);
393 if (pptr() >= buffer->gap_end())
398 setp(buffer->gap_start(), buffer->gap_end());
416 setp(buffer->gap_end(), str_end);
464 buf_char* gap_end = buffer->gap_end(); local
[all...]
H A Deditbuf.h155 inline buf_char *gap_end() { return data + gap_end_pos(); } function in struct:edit_buffer
156 inline int gap_size() { return gap_end() - gap_start(); }
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c1666 int gap_end = sw_state.num_cases;
1671 while (gap_end < sw_state.num_cases)
1673 struct jcf_relocation *end = relocs[gap_end];
1677 gap_end++;
1684 relocs[--gap_end] = before;
1662 int gap_end = sw_state.num_cases; local

Completed in 106 milliseconds