/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | README | 29 # REG_STARTEND (see below) 33 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() 375 o |= REG_STARTEND; in options()
|
/freebsd/contrib/nvi/common/ |
H A D | search.c | 238 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND); in f_search() 371 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search() 407 REG_STARTEND); in b_search()
|
/freebsd/contrib/llvm-project/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 | 105 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
/freebsd/lib/libc/regex/grot/ |
H A D | main.c | 91 if ((eopts & REG_STARTEND) != 0) { in main() 244 if (options('e', f1)®_STARTEND) { in try() 340 o |= REG_STARTEND; in options()
|
H A D | tests | 29 # # REG_STARTEND (see below) 32 # For REG_STARTEND, the start/end offsets are those of the substring
|
/freebsd/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().
|
H A D | engine.c | 148 if (eflags®_STARTEND) { in matcher()
|
/freebsd/include/ |
H A D | regex.h | 98 #define REG_STARTEND 00004 macro
|
/freebsd/usr.bin/killall/ |
H A D | killall.c | 365 REG_STARTEND) != 0) in main() 391 REG_STARTEND) == 0) in main()
|
/freebsd/contrib/less/ |
H A D | pattern.c | 328 #ifdef REG_STARTEND in match_pattern1() 329 flags |= REG_STARTEND; in match_pattern1()
|
/freebsd/lib/libc/regex/ |
H A D | WHATSNEW | 42 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to 93 extension, the REG_STARTEND option to regexec().
|
H A D | regexec.c | 211 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
H A D | engine.c | 212 if (eflags®_STARTEND) { in matcher()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_global.c | 212 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) { in ex_g_setup()
|
H A D | ex_subst.c | 533 eflags = REG_STARTEND; in s()
|
/freebsd/usr.bin/split/ |
H A D | split.c | 296 if (regexec(&rgx, buf, 0, &pmatch, REG_STARTEND) == 0) in split2()
|
/freebsd/usr.sbin/setfmac/ |
H A D | setfmac.c | 420 &pmatch, REG_STARTEND); in apply_specs()
|
/freebsd/usr.bin/grep/ |
H A D | grep.c | 67 int eflags = REG_STARTEND;
|
/freebsd/usr.bin/sed/ |
H A D | process.c | 679 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
|
/freebsd/usr.bin/find/ |
H A D | function.c | 1431 errcode = regexec(pre, str, 1, &pmatch, REG_STARTEND); in f_regex()
|