Lines Matching full:linenum
2106 std::string LineReader::readLine(unsigned lineNum) {2107 if (lineNum < theCurLine) {2111 while (theCurLine < lineNum) {