Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/
H A Dconfigure19510 cf_regex_func=no
19789 cf_regex_func=regcomp
19860 cf_regex_func=regcomp
19927 cf_regex_func=regcomp
20000 cf_regex_func=regcomp
20011 if test "$cf_regex_func" = no ; then
20071 cf_regex_func=compile
20141 cf_regex_func=compile
20148 if test "$cf_regex_func" = no ; then
20160 case "$cf_regex_func" in
H A Daclocal.m47135 cf_regex_func=no
7145 cf_regex_func=regcomp
7149 cf_regex_func=regcomp])
7154 AC_CHECK_FUNC(regcomp,[cf_regex_func=regcomp],[
7159 cf_regex_func=regcomp
7166 if test "$cf_regex_func" = no ; then
7167 AC_CHECK_FUNC(compile,[cf_regex_func=compile],[
7170 cf_regex_func=compile])])
7173 if test "$cf_regex_func" = no ; then
7180 case "$cf_regex_func" in