| /netbsd-src/external/bsd/tre/dist/lib/ |
| H A D | regexec.c | 210 if (eflags & REG_STARTEND) { in tre_regexec() 216 eflags &= ~REG_STARTEND; in tre_regexec() 274 if (eflags & REG_STARTEND) { in tre_regwexec() 280 eflags &= ~REG_STARTEND; in tre_regwexec()
|
| H A D | tre.h | 126 #define REG_STARTEND (REG_BACKTRACKING_MATCHER << 1) in __weak_alias()
|
| /netbsd-src/tests/lib/libc/regex/ |
| H A D | README | 29 # REG_STARTEND (see below) 32 For REG_STARTEND, the start/end offsets are those of the substring
|
| H A D | main.c | 132 if (eopts®_STARTEND) { in main() 290 if (options('e', f1)®_STARTEND) { in try() 389 o |= REG_STARTEND; in options()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | search.c | 247 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND); in f_search() 384 ((size_t)match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search() 420 REG_STARTEND); in b_search()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
| H A D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
| H A D | Regex.cpp | 104 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
| H A D | regengine.inc | 148 if (eflags®_STARTEND) {
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regex.h | 98 #define REG_STARTEND 00004 macro
|
| H A D | WHATSNEW | 43 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to 94 extension, the REG_STARTEND option to regexec().
|
| H A D | regexec.c | 170 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
| /netbsd-src/include/ |
| H A D | regex.h | 131 #define REG_STARTEND 00004 130 #define REG_STARTEND global() macro
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | regex.m4 | 99 /* REG_STARTEND was added to glibc on 2004-01-15. 101 if (! REG_STARTEND)
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | pattern.c | 328 #ifdef REG_STARTEND in match_pattern1() 329 flags |= REG_STARTEND; in match_pattern1()
|
| /netbsd-src/usr.bin/sed/ |
| H A D | process.c | 681 #ifndef REG_STARTEND in regexec_e() 692 #ifndef REG_STARTEND in regexec_e() 703 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
|
| /netbsd-src/lib/libc/regex/ |
| H A D | WHATSNEW | 44 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to 95 extension, the REG_STARTEND option to regexec().
|
| H A D | regexec.c | 236 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
| H A D | engine.c | 231 if (eflags®_STARTEND) { in matcher()
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_global.c | 219 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) { in ex_g_setup()
|
| H A D | ex_subst.c | 547 eflags = REG_STARTEND; in s()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regex.h | 348 #define REG_STARTEND (1 << 2) macro
|
| H A D | regexec.c | 212 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec() 215 if (eflags & REG_STARTEND) in regexec()
|
| /netbsd-src/usr.bin/grep/ |
| H A D | grep.c | 81 int eflags = REG_STARTEND;
|
| /netbsd-src/usr.bin/mail/ |
| H A D | list.c | 489 eflags = REG_STARTEND; in regexcmp()
|