Searched refs:REG_NEWLINE (Results 1 – 9 of 9) sorted by relevance
60 #define REG_NEWLINE 0010 macro
29 flags |= REG_NEWLINE; in Regex()
523 (m->g->cflags®_NEWLINE)) )531 (m->g->cflags®_NEWLINE)) )539 (m->g->cflags®_NEWLINE)) ||550 (m->g->cflags®_NEWLINE)) ||712 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||717 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||795 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||800 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
362 if (p->g->cflags®_NEWLINE) in p_ere_exp()517 if (p->g->cflags®_NEWLINE) in p_simp_re()693 if (p->g->cflags®_NEWLINE) in p_bracket()
56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
254 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
1685 if ((options & PCRE_MULTILINE) != 0) cflags |= REG_NEWLINE; in main()
295 /m REG_NEWLINE
6868 REG_NEWLINE6872 the defined POSIX behaviour for REG_NEWLINE (see the following sec-6907 PCRE_MULTILINE has only some of the effects specified for REG_NEWLINE.6941 . matches newline yes REG_NEWLINE6942 newline matches [^a] yes REG_NEWLINE6943 $ matches \n at end no REG_NEWLINE6944 $ matches \n in middle no REG_NEWLINE6945 ^ matches \n in middle no REG_NEWLINE6953 behave exactly as for the REG_NEWLINE action.