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

/haiku/src/system/kernel/debug/
H A Dsafemode_settings.cpp52 const char* nextLine; local
54 nextLine = lineEnd + 1;
56 nextLine = lineEnd = settingsEnd;
134 settings = nextLine;
/haiku/src/kits/interface/
H A DTextView.cpp3871 STELine* nextLine = curLine + 1; local
3887 STELine saveLine = *nextLine;
3888 if (lineIndex > fLines->NumLines() || toOffset < nextLine->offset) {
3897 nextLine->offset = toOffset;
3898 nextLine->origin = ceilf(curLine->origin + ascent + descent) + 1;
3906 nextLine = (*fLines)[lineIndex];
3907 if (nextLine->offset == saveLine.offset) {
3908 if (nextLine->offset >= recalThreshold) {
3909 if (nextLine->origin != saveLine.origin)
3910 fLines->BumpOrigin(nextLine
[all...]

Completed in 53 milliseconds