Lines Matching refs:cf_regex_func
2524 cf_regex_func=no
2534 cf_regex_func=regcomp
2538 cf_regex_func=regcomp])
2543 AC_CHECK_FUNC(regcomp,[cf_regex_func=regcomp],[
2548 cf_regex_func=regcomp
2555 if test "$cf_regex_func" = no ; then
2556 AC_CHECK_FUNC(compile,[cf_regex_func=compile],[
2559 cf_regex_func=compile])])
2562 if test "$cf_regex_func" = no ; then
2569 case "$cf_regex_func" in