Searched refs:end_pos (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.cc447 buf_index end_pos = buffer->tell(str->end); local
456 offset += end_pos;
459 if (offset < start_pos || offset > end_pos)
487 end_pos = ...;
496 new_pos = end_pos + *pos;
499 if (new_pos > end_pos) {
500 seek to end_pos;
501 insert_nulls(new_pos - end_pos);
/haiku-buildtools/gcc/gcc/
H A Dinput.c45 size_t end_pos; member in struct:fcache::line_info
48 : line_num (l), start_pos (s), end_pos (e)
52 :line_num (0), start_pos (0), end_pos (0)
655 ssize_t len = i->end_pos - i->start_pos + 1;
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c4075 cm_var_sc (arg, start_pos, end_pos)
4076 int arg, start_pos, end_pos;
4082 while (start_pos < end_pos)
5853 cm_uref (arg, start_pos, end_pos)
5854 int arg, start_pos, end_pos;
5861 output_paragraph[end_pos] = 0;
5862 output_column -= end_pos - start_pos;
5897 cm_email (arg, start_pos, end_pos)
5898 int arg, start_pos, end_pos;
5905 output_paragraph[end_pos]
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h1996 unsigned long end_pos; member in struct:_xmlParserNodeInfo

Completed in 182 milliseconds