Searched refs:REG_BASIC (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/tre/dist/include/tre/ |
H A D | tre.h | 51 #ifndef REG_BASIC 52 #define REG_BASIC 0 macro 104 #define REG_BASIC 0
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre.h | 58 #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 D | regex_impl.h | 56 #define REG_BASIC 0000 macro
|
/netbsd-src/external/bsd/nvi/dist/regex/ |
H A D | regex.h | 66 #define REG_BASIC 0000 macro
|
/netbsd-src/include/ |
H A D | regex.h | 97 #define REG_BASIC 0000 96 #define REG_BASIC global() macro
|
/netbsd-src/usr.bin/find/ |
H A D | main.c | 70 int regcomp_flags = REG_BASIC; /* regex compilation flags */
|
/netbsd-src/tests/rump/rumpkern/ |
H A D | t_kern.c | 90 if ((status = regcomp(&preg, expect, REG_BASIC)) != 0) { in locktest()
|
/netbsd-src/tests/lib/libc/regex/ |
H A D | t_exhaust.c | 205 { p6, REG_BASIC },
|
H A D | t_regex_att.c | 507 flags = REG_BASIC; in att_test()
|
/netbsd-src/bin/expr/ |
H A D | expr.y | 112 if ((eval = regcomp(&rp, $3, REG_BASIC)) != 0) {
|
/netbsd-src/usr.bin/csplit/ |
H A D | csplit.c | 391 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
|
/netbsd-src/usr.bin/xargs/ |
H A D | xargs.c | 633 regcomp(&cre, nl_langinfo(YESEXPR), REG_BASIC) != 0) { in prompt()
|