Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmac_expand.c265 static HTABLE *mac_exp_ext_table; variable
441 if (mac_exp_ext_table && ISALNUM(*cp)) { in mac_exp_parse_relational()
448 if ((relop_eval = (MAC_EXPAND_RELOP_FN) htable_find(mac_exp_ext_table, in mac_exp_parse_relational()
525 if (mac_exp_ext_table == 0) { in mac_expand_add_relop()
526 mac_exp_ext_table = htable_create(10); in mac_expand_add_relop()
533 if (htable_locate(mac_exp_ext_table, STR(mac_exp_ext_key)) != 0) in mac_expand_add_relop()
535 (void) htable_enter(mac_exp_ext_table, in mac_expand_add_relop()