Lines Matching defs:end
33 // How do you end a line with a backslash? The netbsd Make docs suggest
41 // the end of a filename.
49 // end: end of input.
52 char* end = in + content->size();
57 while (in < end) {
71 re2c:define:YYLIMIT = end;
93 // 2N backslashes plus space -> 2N backslashes, end of filename.
124 // nor EOF follows. In that case it'd be the : at the end of a target
178 std::vector<StringPiece>::iterator pos = std::find(ins_.begin(), ins_.end(), piece);
179 if (pos == ins_.end()) {
189 if (std::find(outs_.begin(), outs_.end(), piece) == outs_.end())