Home | History | Annotate | Download | only in Basic

Lines Matching full:buflength

1660   unsigned BufLength = Buffer->getBufferSize() - FilePos;
1661 if (BufLength == 0)
1667 while (i < BufLength-1 && i < Col-1 && Buf[i] != '\n' && Buf[i] != '\r')