Searched refs:REG_NOTEOL (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dregex.h97 #define REG_NOTEOL 00002 macro
H A Dpcreposix.h58 #define REG_NOTEOL 0x0008 /* Maps to PCRE_NOTEOL */ macro
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h60 #define REG_NOTEOL 00002 macro
H A Dregexec.c102 = #define REG_NOTEOL 00002
124 # 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.c348 o |= REG_NOTEOL;
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h58 #define REG_NOTEOL 0x0008 /* Maps to PCRE_NOTEOL */ macro
H A Dpcreposix.c335 if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL;
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregexec.c196 = #define REG_NOTEOL 00002
217 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c617 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
633 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
819 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
922 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c84 else if (!strcmp(string, "noteol")) *peflags |= REG_NOTEOL;
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Dmain.c340 o |= REG_NOTEOL;

Completed in 112 milliseconds