Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_regexp.c114 } DICT_REGEXP_IF_RULE; typedef
223 DICT_REGEXP_IF_RULE *if_rule; in dict_regexp_lookup()
301 if_rule = (DICT_REGEXP_IF_RULE *) rule; in dict_regexp_lookup()
332 DICT_REGEXP_IF_RULE *if_rule; in dict_regexp_close()
351 if_rule = (DICT_REGEXP_IF_RULE *) rule; in dict_regexp_close()
689 DICT_REGEXP_IF_RULE *if_rule; in dict_regexp_parseline()
706 if_rule = (DICT_REGEXP_IF_RULE *) in dict_regexp_parseline()
708 sizeof(DICT_REGEXP_IF_RULE)); in dict_regexp_parseline()
839 DICT_REGEXP_IF_RULE *if_rule; in dict_regexp_open()
847 if_rule = (DICT_REGEXP_IF_RULE *) rule_stack[nesting]; in dict_regexp_open()