Home | History | Annotate | Download | only in MC

Lines Matching defs:newp

347       size_t newp = std::min(len, c.find_first_of("\r\n", p));
350 ExplicitCommentToEmit.append(c.slice(p, newp).str());
352 if (newp < len)
354 p = newp + 1;