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

/haiku/headers/cpp/
H A Dparsestream.h46 long _line_length; member in class:parsebuf
70 int line_length() { return _line_length; }
77 __line_number = 0; pos_at_line_start = 0; _line_length = -1; }
/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc70 if (offset > _line_length + 1)
87 _line_length = ptr - buf;
103 _line_length = ptr - line_start;
175 pos_at_line_start += _line_length + 1;
176 _line_length = ptr - cur_pos;
177 if (ch != EOF || _line_length > 0)
282 // Initially, _line_length == -1, so pos_at_line_start becomes 0.
283 pos_at_line_start += _line_length + 1;
284 _line_length = strlen(str);
285 buf_end = str + _line_length;
[all...]

Completed in 29 milliseconds