Lines Matching defs:end
34 // How do you end a line with a backslash? The netbsd Make docs suggest
42 // the end of a filename.
50 // end: end of input.
53 char* end = in + content->size();
58 while (in < end) {
250 // nor EOF follows. In that case it'd be the : at the end of a target
297 // 2N backslashes plus space -> 2N backslashes, end of filename.
341 std::vector<StringPiece>::iterator pos = std::find(ins_.begin(), ins_.end(), piece);
342 if (pos == ins_.end()) {
352 if (std::find(outs_.begin(), outs_.end(), piece) == outs_.end())