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

/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h107 int32 LineLength(int32 index) const;
H A DBasicTerminalBuffer.cpp498 BasicTerminalBuffer::LineLength(int32 index) const function in class:BasicTerminalBuffer
H A DTermView.cpp2661 if (fTextBuffer->LineLength(end.y) < end.x
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1525 const int LineLength = 79; local
1527 char TempString [LineLength+1];
1529 TempString[LineLength] = 0; /* Only needs to be done once. */
1538 strncpy (TempString, TextPntr, LineLength);
1547 if (StringPntr - TempString < LineLength)

Completed in 67 milliseconds