Lines Matching full:linenum
2331 std::string LineReader::readLine(unsigned lineNum) {2332 if (lineNum < theCurLine) {2336 while (theCurLine < lineNum) {