Searched defs:matched (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dexecute.c1225 size_t matched = regs.end[0] - regs.start[0];
1240 if ((matched > 0 || count == 0 || offset > last_end)
1255 if (matched == 0)
1258 matched = 1;
1263 str_append(&s_accum, line.active + offset, matched);
1266 /* Start after the match. last_end is the real end of the matched
1268 matched the empty string. */
1269 start = offset + matched;
1218 size_t matched = regs.end[0] - regs.start[0]; local
/ndk/sources/host-tools/make-3.81/
H A Dfunction.c114 /* If we're substituting only by fully matched words,
224 /* It matched. Output the replacement. */
231 /* Output the part of the matched string that
232 matched the % in the pattern. */
892 int matched;
985 word->matched = 0;
1013 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str);
1022 wp->matched |= 1;
1028 wp->matched |= (wp->length == pp->length
1032 /* Output the words that matched (o
885 int matched; member in struct:a_word
[all...]
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
556 if (matched) {

Completed in 98 milliseconds