Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/tre/dist/lib/
H A Dregexec.c210 if (eflags & REG_STARTEND) { in tre_regexec()
216 eflags &= ~REG_STARTEND; in tre_regexec()
274 if (eflags & REG_STARTEND) { in tre_regwexec()
280 eflags &= ~REG_STARTEND; in tre_regwexec()
H A Dtre.h126 #define REG_STARTEND (REG_BACKTRACKING_MATCHER << 1) in __weak_alias()
/netbsd-src/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.c132 if (eopts&REG_STARTEND) { in main()
290 if (options('e', f1)&REG_STARTEND) { in try()
389 o |= REG_STARTEND; in options()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dsearch.c247 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND); in f_search()
384 ((size_t)match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search()
420 REG_STARTEND); in b_search()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
H A DRegex.cpp104 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
H A Dregengine.inc148 if (eflags&REG_STARTEND) {
/netbsd-src/external/bsd/nvi/dist/regex/
H A Dregex.h98 #define REG_STARTEND 00004 macro
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.c170 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
/netbsd-src/include/
H A Dregex.h131 #define REG_STARTEND 00004
130 #define REG_STARTEND global() macro
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dregex.m499 /* REG_STARTEND was added to glibc on 2004-01-15.
101 if (! REG_STARTEND)
/netbsd-src/external/bsd/less/dist/
H A Dpattern.c328 #ifdef REG_STARTEND in match_pattern1()
329 flags |= REG_STARTEND; in match_pattern1()
/netbsd-src/usr.bin/sed/
H A Dprocess.c681 #ifndef REG_STARTEND in regexec_e()
692 #ifndef REG_STARTEND in regexec_e()
703 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/netbsd-src/lib/libc/regex/
H A DWHATSNEW44 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
95 extension, the REG_STARTEND option to regexec().
H A Dregexec.c236 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c231 if (eflags&REG_STARTEND) { in matcher()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_global.c219 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) { in ex_g_setup()
H A Dex_subst.c547 eflags = REG_STARTEND; in s()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex.h348 #define REG_STARTEND (1 << 2) macro
H A Dregexec.c212 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
215 if (eflags & REG_STARTEND) in regexec()
/netbsd-src/usr.bin/grep/
H A Dgrep.c81 int eflags = REG_STARTEND;
/netbsd-src/usr.bin/mail/
H A Dlist.c489 eflags = REG_STARTEND; in regexcmp()

12