Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dpattern.c48 #if HAVE_POSIX_REGCOMP in compile_pattern2()
178 #if HAVE_POSIX_REGCOMP in uncompile_pattern()
237 #if HAVE_POSIX_REGCOMP in is_null_pattern()
323 #if HAVE_POSIX_REGCOMP in match_pattern1()
467 #if HAVE_POSIX_REGCOMP in pattern_lib_name()
H A Dpattern.h20 #if HAVE_POSIX_REGCOMP
H A Ddefines.wn214 * HAVE_POSIX_REGCOMP: POSIX regcomp() and regex.h
220 /* #undef HAVE_POSIX_REGCOMP */
225 #define HAVE_POSIX_REGCOMP 1
H A Ddefines.ds234 * HAVE_POSIX_REGCOMP: POSIX regcomp() and regex.h
240 /* #undef HAVE_POSIX_REGCOMP */
245 #define HAVE_POSIX_REGCOMP 1
H A Ddefines.o2213 * HAVE_POSIX_REGCOMP: POSIX regcomp() and regex.h
219 /* #undef HAVE_POSIX_REGCOMP */
H A Ddefines.o9224 * HAVE_POSIX_REGCOMP: POSIX regcomp() and regex.h
230 #define HAVE_POSIX_REGCOMP 0
H A Dconfigure.ac187 AH_TEMPLATE([HAVE_POSIX_REGCOMP], template
396 AC_DEFINE(HAVE_POSIX_REGCOMP) supported_regex="$supported_regex posix" definition
402 AC_DEFINE(HAVE_POSIX_REGCOMP) have_regex=yes; supported_regex="$supported_regex posix"],[]) definition
H A Ddefines.h.in289 #undef HAVE_POSIX_REGCOMP
/netbsd-src/external/bsd/less/include/
H A Ddefines.h292 #define HAVE_POSIX_REGCOMP 1 macro