| /freebsd-12.1/contrib/netbsd-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 | 122 if (eopts®_STARTEND) { in main() 276 if (options('e', f1)®_STARTEND) { in try() 372 o |= REG_STARTEND; in options()
|
| /freebsd-12.1/contrib/nvi/common/ |
| H A D | search.c | 248 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND); in f_search() 387 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search() 423 REG_STARTEND); in b_search()
|
| /freebsd-12.1/lib/libc/regex/grot/ |
| H A D | main.c | 94 if ((eopts & REG_STARTEND) != 0) { in main() 247 if (options('e', f1)®_STARTEND) { in try() 343 o |= REG_STARTEND; in options()
|
| H A D | tests | 30 # # REG_STARTEND (see below) 33 # For REG_STARTEND, the start/end offsets are those of the substring
|
| /freebsd-12.1/contrib/nvi/regex/ |
| H A D | regex.h | 94 #define REG_STARTEND 00004 macro
|
| H A D | regexec.c | 159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
| 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().
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
| H A D | Regex.cpp | 85 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
| H A D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
| /freebsd-12.1/include/ |
| H A D | regex.h | 100 #define REG_STARTEND 00004 macro
|
| /freebsd-12.1/contrib/less/ |
| H A D | pattern.c | 323 #ifdef REG_STARTEND 324 flags |= REG_STARTEND;
|
| /freebsd-12.1/usr.bin/killall/ |
| H A D | killall.c | 367 REG_STARTEND) != 0) in main() 393 REG_STARTEND) == 0) in main()
|
| /freebsd-12.1/lib/libc/regex/ |
| 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 | 219 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
| H A D | engine.c | 212 if (eflags®_STARTEND) { in matcher()
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex.h | 304 #define REG_STARTEND (1 << 2) macro
|
| /freebsd-12.1/usr.bin/split/ |
| H A D | split.c | 288 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0) in split2()
|
| /freebsd-12.1/contrib/nvi/ex/ |
| H A D | ex_global.c | 215 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) { in ex_g_setup()
|
| H A D | ex_subst.c | 538 eflags = REG_STARTEND; in s()
|
| /freebsd-12.1/usr.sbin/setfmac/ |
| H A D | setfmac.c | 420 &pmatch, REG_STARTEND); in apply_specs()
|
| /freebsd-12.1/usr.bin/grep/ |
| H A D | grep.c | 71 int eflags = REG_STARTEND;
|
| /freebsd-12.1/gnu/usr.bin/grep/tests/ |
| H A D | tests | 29 # # REG_STARTEND (see below) 32 # For REG_STARTEND, the start/end offsets are those of the substring
|
| /freebsd-12.1/usr.bin/sed/ |
| H A D | process.c | 684 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
|