Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/postconf/
Dpostconf_user.c304 if (PCF_RAW_PARAMETER(node)) in pcf_scan_user_parameter_namespace()
337 if (PCF_RAW_PARAMETER(PCF_PARAM_INFO_NODE(*ht))) in pcf_scan_default_parameter_values()
Dpostconf_main.c161 if ((mode & PCF_SHOW_EVAL) != 0 && PCF_RAW_PARAMETER(node) == 0) in pcf_print_parameter()
Dpostconf.h80 #define PCF_RAW_PARAMETER(node) ((node)->flags & PCF_PARAM_FLAG_RAW) macro