Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.h58 #define REG_NOTEOL 0x0008 /* Maps to PCRE_NOTEOL */ macro
H A Dpcreposix.c334 if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL; in regexec()
/PHP-5.5/ext/ereg/regex/
H A Dregex.h70 #define REG_NOTEOL 00002 macro
H A Dregexec.c124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c471 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
490 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
664 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
753 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
H A Dmain.c349 o |= REG_NOTEOL;
H A Dtests28 # $ REG_NOTEOL
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigposix.h41 #define REG_NOTEOL (1<<3) macro
H A Dregposix.c176 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; in regexec()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9703 REG_NOTEOL

Completed in 41 milliseconds