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

/barrelfish-2018-10-04/include/
H A Dregex.h68 #define REG_NEWLINE 0010 macro
H A Dpcreposix.h56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h28 #define REG_NEWLINE 0010 macro
H A Dengine.c465 (m->g->cflags&REG_NEWLINE)) )
473 (m->g->cflags&REG_NEWLINE)) )
481 (m->g->cflags&REG_NEWLINE)) ||
492 (m->g->cflags&REG_NEWLINE)) ||
658 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
663 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
747 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
752 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c80 = #define REG_NEWLINE 0010
299 if (p->g->cflags&REG_NEWLINE)
461 if (p->g->cflags&REG_NEWLINE)
634 if (p->g->cflags&REG_NEWLINE)
880 - nonnewline - emit REG_NEWLINE version of OANY
H A Dmain.c335 o |= REG_NEWLINE;
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
H A Dpcreposix.c278 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE;
/barrelfish-2018-10-04/lib/libc/regex/
H A Dengine.c611 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
619 (m->g->cflags&REG_NEWLINE)) )
635 (m->g->cflags&REG_NEWLINE)) ||
813 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
818 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
916 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
921 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c179 = #define REG_NEWLINE 0010
420 if (p->g->cflags&REG_NEWLINE)
590 if (p->g->cflags&REG_NEWLINE)
750 if (cs->invert && p->g->cflags&REG_NEWLINE)
1004 - nonnewline - emit REG_NEWLINE version of OANY
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c81 else if (!strcmp(string, "newline")) *pcflags |= REG_NEWLINE;
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Dmain.c327 o |= REG_NEWLINE;

Completed in 70 milliseconds