Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_regexp.c519 static regex_t *dict_regexp_compile_pat(const char *mapname, int lineno, in dict_regexp_compile_pat() function
651 if ((first_exp = dict_regexp_compile_pat(mapname, lineno, in dict_regexp_parseline()
662 if ((second_exp = dict_regexp_compile_pat(mapname, lineno, in dict_regexp_parseline()
704 if ((expr = dict_regexp_compile_pat(mapname, lineno, &pattern)) == 0) in dict_regexp_parseline()