HomeSort by: relevance | last modified time | path
    Searched refs:REG_STARTEND (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 88 #define REG_STARTEND 00004
regexec.c 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
Regex.cpp 104 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
  /src/external/bsd/nvi/dist/regex/
regex.h 98 #define REG_STARTEND 00004
regexec.c 154 = #define REG_STARTEND 00004
170 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 162 if (eflags&REG_STARTEND) {
  /src/include/
regex.h 131 #define REG_STARTEND 00004
  /src/external/bsd/nvi/dist/common/
search.c 247 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
384 ((size_t)match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
420 REG_STARTEND);
  /src/external/bsd/tre/dist/lib/
regexec.c 210 if (eflags & REG_STARTEND) {
216 eflags &= ~REG_STARTEND;
274 if (eflags & REG_STARTEND) {
280 eflags &= ~REG_STARTEND;
tre.h 126 #define REG_STARTEND (REG_BACKTRACKING_MATCHER << 1)
  /src/tests/lib/libc/regex/
main.c 132 if (eopts&REG_STARTEND) {
290 if (options('e', f1)&REG_STARTEND) {
389 o |= REG_STARTEND;
  /src/external/bsd/less/dist/
pattern.c 328 #ifdef REG_STARTEND
329 flags |= REG_STARTEND;
  /src/usr.bin/sed/
process.c 682 #ifndef REG_STARTEND
693 #ifndef REG_STARTEND
704 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
  /src/lib/libc/regex/
regexec.c 216 = #define REG_STARTEND 00004
236 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 231 if (eflags&REG_STARTEND) {
  /src/external/bsd/nvi/dist/ex/
ex_global.c 219 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
ex_subst.c 547 eflags = REG_STARTEND;
  /src/external/gpl2/xcvs/dist/lib/
regex.h 350 #define REG_STARTEND (1 << 2)
regexec.c 213 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
216 if (eflags & REG_STARTEND)
  /src/usr.bin/grep/
grep.c 81 int eflags = REG_STARTEND;
  /src/external/gpl2/xcvs/dist/
configure 13106 /* REG_STARTEND was added to glibc on 2004-01-15.
13108 if (! REG_STARTEND)

Completed in 84 milliseconds