Lines Matching defs:matched
341 * characters matched will be copied into
351 * character matched.
362 bool matched; /* a temporary bool */
368 matched = false;
376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
377 if (matched) {
390 matched = 1; /* indicate a successful match */
404 if (matched)
419 /* the subexpression matched */
420 matched = 1;
425 matched = 0;
429 matched = 1; /* indicate a successful match */
444 /* try to match anything and remember what was matched */
466 /* not optional and we still matched */
498 /* not optional and we still matched */
523 matched = 1;
528 matched = 1;
533 matched = 0;
538 matched = 1;
552 matched = 1;
557 matched = 0;
562 matched = 1;
575 matched = 1;
580 matched = 0;
585 matched = 1;