Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmac_expand.c416 MAC_EXPAND_RELOP_FN relop_eval; in mac_exp_parse_relational() local
448 if ((relop_eval = (MAC_EXPAND_RELOP_FN) htable_find(mac_exp_ext_table, in mac_exp_parse_relational()
453 relop_eval = mac_exp_eval; in mac_exp_parse_relational()
476 && (op_result = relop_eval(vstring_str(left_op_buf), op_tokval, in mac_exp_parse_relational()
510 MAC_EXPAND_RELOP_FN relop_eval) in mac_expand_add_relop() argument
536 STR(mac_exp_ext_key), (void *) relop_eval); in mac_expand_add_relop()