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

/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc60 offset -= pos_at_line_start;
72 return seek_in_line(offset) + pos_at_line_start;
102 pos_at_line_start = line_start - left();
175 pos_at_line_start += _line_length + 1;
282 // Initially, _line_length == -1, so pos_at_line_start becomes 0.
283 pos_at_line_start += _line_length + 1;
312 int new_pos = seekoff(pos_at_line_start + i, ios::beg);
315 else return new_pos - pos_at_line_start;
/haiku/headers/cpp/
H A Dparsestream.h45 _IO_off_t pos_at_line_start; member in class:parsebuf
77 __line_number = 0; pos_at_line_start = 0; _line_length = -1; }

Completed in 25 milliseconds