Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/
H A DREADME29 # REG_STARTEND (see below)
32 For REG_STARTEND, the start/end offsets are those of the substring
H A Dmain.c122 if (eopts&REG_STARTEND) { in main()
276 if (options('e', f1)&REG_STARTEND) { in try()
372 o |= REG_STARTEND; in options()
/freebsd-12.1/contrib/nvi/common/
H A Dsearch.c248 (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 Dmain.c94 if ((eopts & REG_STARTEND) != 0) { in main()
247 if (options('e', f1)&REG_STARTEND) { in try()
343 o |= REG_STARTEND; in options()
H A Dtests30 # # 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 Dregex.h94 #define REG_STARTEND 00004 macro
H A Dregexec.c159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A DWHATSNEW43 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 Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A DRegex.cpp85 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
/freebsd-12.1/include/
H A Dregex.h100 #define REG_STARTEND 00004 macro
/freebsd-12.1/contrib/less/
H A Dpattern.c323 #ifdef REG_STARTEND
324 flags |= REG_STARTEND;
/freebsd-12.1/usr.bin/killall/
H A Dkillall.c367 REG_STARTEND) != 0) in main()
393 REG_STARTEND) == 0) in main()
/freebsd-12.1/lib/libc/regex/
H A DWHATSNEW43 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
94 extension, the REG_STARTEND option to regexec().
H A Dregexec.c219 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c212 if (eflags&REG_STARTEND) { in matcher()
/freebsd-12.1/contrib/libgnuregex/
H A Dregex.h304 #define REG_STARTEND (1 << 2) macro
/freebsd-12.1/usr.bin/split/
H A Dsplit.c288 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0) in split2()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_global.c215 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) { in ex_g_setup()
H A Dex_subst.c538 eflags = REG_STARTEND; in s()
/freebsd-12.1/usr.sbin/setfmac/
H A Dsetfmac.c420 &pmatch, REG_STARTEND); in apply_specs()
/freebsd-12.1/usr.bin/grep/
H A Dgrep.c71 int eflags = REG_STARTEND;
/freebsd-12.1/gnu/usr.bin/grep/tests/
H A Dtests29 # # 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 Dprocess.c684 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()

12