Searched refs:REG_STARTEND (Results 1 – 8 of 8) sorted by relevance
88 #define REG_STARTEND 00004 macro
68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
148 if (eflags®_STARTEND) {
62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
365 if ((eflags & REG_STARTEND) != 0) in regexec()
2313 10. Applied Alan Lehotsky's patch to add REG_STARTEND support to the POSIX
9664 (but see REG_STARTEND below), subject to the options in eflags. These9684 REG_STARTEND9692 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location