Lines Matching defs:line
188 uint16_t line = 0;
206 line = 0;
208 while (line < ((page - 1) * line_per_page) && idx != idx_tail)
211 line++;
215 while (line < ((page)*line_per_page) && idx != idx_tail)
219 line++;
288 // Check if new line is needed.
297 // Fill out remaining line.
697 std::string line;
698 while (std::getline(file, line))
700 if (line.find(verDel) != std::string::npos)
702 std::string bmcVer = line.substr(verDel.size());