Searched refs:REG_STARTEND (Results 1 - 24 of 24) sorted by path

/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h306 #define REG_STARTEND (1 << 2)
304 #define REG_STARTEND macro
H A Dregexec.c232 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
235 if (eflags & REG_STARTEND)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c122 if (eopts&REG_STARTEND) {
276 if (options('e', f1)&REG_STARTEND) {
372 o |= REG_STARTEND;
/freebsd-11-stable/contrib/nvi/common/
H A Dsearch.c248 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
387 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
423 REG_STARTEND);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_global.c215 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
H A Dex_subst.c538 eflags = REG_STARTEND;
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c148 if (eflags&REG_STARTEND) {
H A Dregex.h94 #define REG_STARTEND 00004 macro
H A Dregexec.c142 = #define REG_STARTEND 00004
159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/freebsd-11-stable/include/
H A Dregex.h98 #define REG_STARTEND 00004 macro
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c174 if (eflags&REG_STARTEND) {
H A Dregexec.c197 = #define REG_STARTEND 00004
217 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c94 if ((eopts & REG_STARTEND) != 0) {
247 if (options('e', f1)&REG_STARTEND) {
343 o |= REG_STARTEND;
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c1412 errcode = regexec(pre, str, 1, &pmatch, REG_STARTEND);
/freebsd-11-stable/usr.bin/grep/regex/
H A Dfastmatch.c135 if (eflags & REG_STARTEND)
156 if (eflags & REG_STARTEND)
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c367 REG_STARTEND) != 0)
393 REG_STARTEND) == 0)
/freebsd-11-stable/usr.bin/sed/
H A Dprocess.c681 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c286 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0)
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c420 &pmatch, REG_STARTEND);
/freebsd-11-stable/contrib/less/
H A Dpattern.c354 #ifdef REG_STARTEND
355 flags |= REG_STARTEND;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
H A Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c85 int eflags = REG_STARTEND;

Completed in 226 milliseconds