Home
last modified time | relevance | path

Searched refs:first_pat (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_regexp.c450 DICT_REGEXP_PATTERN *first_pat, in dict_regexp_get_pats() argument
457 if (dict_regexp_get_pat(mapname, lineno, p, first_pat) == 0) in dict_regexp_get_pats()
563 DICT_REGEXP_PATTERN first_pat; in dict_regexp_parseline() local
573 if (!dict_regexp_get_pats(mapname, lineno, &p, &first_pat, &second_pat)) in dict_regexp_parseline()
639 first_pat.options |= REG_NOSUB; in dict_regexp_parseline()
640 if (prescan_context.max_sub > 0 && first_pat.match == 0) { in dict_regexp_parseline()
652 &first_pat)) == 0) in dict_regexp_parseline()
672 match_rule->first_match = first_pat.match; in dict_regexp_parseline()