Lines Matching full:matched
317 * characters matched will be copied into
327 * character matched.
340 bool matched; /* a temporary bool */ in expmatch() local
346 matched = false; in expmatch()
354 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); in expmatch()
355 if (matched) { in expmatch()
368 matched = 1; /* indicate a successful match */ in expmatch()
382 if (matched) in expmatch()
397 /* the subexpression matched */ in expmatch()
398 matched = 1; in expmatch()
403 matched = 0; in expmatch()
407 matched = 1; /* indicate a successful match */ in expmatch()
422 /* try to match anything and remember what was matched */ in expmatch()
444 /* not optional and we still matched */ in expmatch()
481 /* not optional and we still matched */ in expmatch()
506 matched = 1; in expmatch()
511 matched = 1; in expmatch()
516 matched = 0; in expmatch()
521 matched = 1; in expmatch()
535 matched = 1; in expmatch()
540 matched = 0; in expmatch()
545 matched = 1; in expmatch()
558 matched = 1; in expmatch()
563 matched = 0; in expmatch()
568 matched = 1; in expmatch()