Searched refs:REG_STARTEND (Results 1 - 18 of 18) sorted by last modified time

/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DRegex.cpp104 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))
/openbsd-current/usr.bin/vi/ex/
H A Dex_subst.c531 eflags = REG_STARTEND;
H A Dex_global.c213 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
/openbsd-current/usr.bin/mg/
H A Dre_search.c358 re_flags = REG_STARTEND;
421 RE_NMATCH, regex_match, REG_STARTEND) &&
568 RE_NMATCH, regex_match, REG_STARTEND);
641 RE_NMATCH, regex_match, REG_STARTEND);
/openbsd-current/usr.bin/vi/common/
H A Dsearch.c233 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
358 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
390 REG_STARTEND);
/openbsd-current/regress/lib/libc/regex/
H A Dmain.c93 if (eopts&REG_STARTEND) {
255 if (options('e', f1)&REG_STARTEND) {
356 o |= REG_STARTEND;
/openbsd-current/usr.bin/grep/
H A Dgrep.c47 int eflags = REG_STARTEND;
/openbsd-current/usr.bin/sed/
H A Dprocess.c536 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/openbsd-current/usr.bin/split/
H A Dsplit.c246 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0)
/openbsd-current/lib/libc/regex/
H A Dengine.c150 if (eflags&REG_STARTEND) {
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/openbsd-current/usr.bin/file/
H A Dmagic-test.c1024 result = (regexec(&re, ms->base, 1, &m, REG_STARTEND) == 0);
H A Dmagic-load.c272 if (regexec(re, fmt, 1, &pmatch, REG_STARTEND) != 0) {
/openbsd-current/usr.bin/less/
H A Dpattern.c120 #ifdef REG_STARTEND
121 flags |= REG_STARTEND;
/openbsd-current/bin/ed/
H A Dsub.c225 !regexec(pat, txt, SE_MAX, rm, REG_STARTEND | REG_NOTBOL));
/openbsd-current/include/
H A Dregex.h92 #define REG_STARTEND 00004 macro

Completed in 195 milliseconds