Searched refs:REG_NOTBOL (Results 1 – 11 of 11) sorted by relevance
57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
322 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
69 #define REG_NOTBOL 00001 macro
124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
463 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) ||479 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) ||659 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {748 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
346 o |= REG_NOTBOL;
27 # ^ REG_NOTBOL
40 #define REG_NOTBOL (1<<2) macro
175 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
443 err = regexec(&re, &string[pos], re.re_nsub+1, subs, (pos ? REG_NOTBOL : 0)); in php_ereg_replace()
9150 REG_NOTBOL9175 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location
Completed in 60 milliseconds