Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/include/tre/
H A Dtre.h51 #ifndef REG_BASIC
52 #define REG_BASIC 0 macro
104 #define REG_BASIC 0
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre.h58 #ifndef REG_BASIC in __weak_alias()
59 #define REG_BASIC 0 in __weak_alias() macro
112 #define REG_BASIC 0 in __weak_alias()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex_impl.h56 #define REG_BASIC 0000 macro
/netbsd-src/external/bsd/nvi/dist/regex/
H A Dregex.h66 #define REG_BASIC 0000 macro
/netbsd-src/include/
H A Dregex.h97 #define REG_BASIC 0000
96 #define REG_BASIC global() macro
/netbsd-src/usr.bin/find/
H A Dmain.c70 int regcomp_flags = REG_BASIC; /* regex compilation flags */
/netbsd-src/tests/rump/rumpkern/
H A Dt_kern.c90 if ((status = regcomp(&preg, expect, REG_BASIC)) != 0) { in locktest()
/netbsd-src/tests/lib/libc/regex/
H A Dt_exhaust.c205 { p6, REG_BASIC },
H A Dt_regex_att.c507 flags = REG_BASIC; in att_test()
/netbsd-src/bin/expr/
H A Dexpr.y112 if ((eval = regcomp(&rp, $3, REG_BASIC)) != 0) {
/netbsd-src/usr.bin/csplit/
H A Dcsplit.c391 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
/netbsd-src/usr.bin/xargs/
H A Dxargs.c633 regcomp(&cre, nl_langinfo(YESEXPR), REG_BASIC) != 0) { in prompt()