HomeSort by: relevance | last modified time | path
    Searched defs:second_pat (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
dict_regexp.c 451 DICT_REGEXP_PATTERN *second_pat)
470 if (dict_regexp_get_pat(mapname, lineno, p, second_pat) == 0)
473 second_pat->regexp = 0;
564 DICT_REGEXP_PATTERN second_pat; local
573 if (!dict_regexp_get_pats(mapname, lineno, &p, &first_pat, &second_pat))
660 if (second_pat.regexp != 0) {
661 second_pat.options |= REG_NOSUB;
663 &second_pat)) == 0)
675 match_rule->second_match = second_pat.match;

Completed in 75 milliseconds