Lines Matching defs:matched
296 * characters matched will be copied into
306 * character matched.
320 boolean matched; /* a temporary boolean */
326 matched = FALSE;
334 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
335 if (matched) {
348 matched = 1; /* indicate a successful match */
362 if (matched)
377 /* the subexpression matched */
378 matched = 1;
383 matched = 0;
387 matched = 1; /* indicate a successful match */
402 /* try to match anything and remember what was matched */
424 /* not optional and we still matched */
456 /* not optional and we still matched */
481 matched = 1;
486 matched = 1;
491 matched = 0;
496 matched = 1;
510 matched = 1;
515 matched = 0;
520 matched = 1;
533 matched = 1;
538 matched = 0;
543 matched = 1;