Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.h57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
H A Dpcreposix.c333 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
/PHP-5.5/ext/ereg/regex/
H A Dregex.h69 #define REG_NOTBOL 00001 macro
H A Dregexec.c124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c463 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
479 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
659 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
748 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
H A Dmain.c346 o |= REG_NOTBOL;
H A Dtests27 # ^ REG_NOTBOL
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigposix.h40 #define REG_NOTBOL (1<<2) macro
H A Dregposix.c175 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
/PHP-5.5/ext/ereg/
H A Dereg.c443 err = regexec(&re, &string[pos], re.re_nsub+1, subs, (pos ? REG_NOTBOL : 0)); in php_ereg_replace()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9691 REG_NOTBOL
9716 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location

Completed in 51 milliseconds