Searched refs:REG_NEWLINE (Results 1 – 21 of 21) sorted by relevance
60 #define REG_NEWLINE 0010 macro
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) ||
29 flags |= REG_NEWLINE; in Regex()
371 if (p->g->cflags®_NEWLINE) in p_ere_exp()553 if (p->g->cflags®_NEWLINE) in p_simp_re()729 if (p->g->cflags®_NEWLINE) in p_bracket()
31 flags |= REG_NEWLINE; in Regex()
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()
36 flags |= REG_NEWLINE; in Regex()
498 if (p->g->cflags®_NEWLINE) in p_ere_exp()680 if (p->g->cflags®_NEWLINE) in p_simp_re()856 if (p->g->cflags®_NEWLINE) in p_bracket()
55 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
244 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in regcomp()
5327 if ((pat_patctl.options & PCRE2_MULTILINE) != 0) cflags |= REG_NEWLINE; in process_pattern()
9445 REG_NEWLINE9449 the defined POSIX behaviour for REG_NEWLINE (see the following sec-9503 PCRE2_MULTILINE has only some of the effects specified for REG_NEWLINE.9538 . matches newline yes REG_NEWLINE9539 newline matches [^a] yes REG_NEWLINE9540 $ matches \n at end no REG_NEWLINE9541 $ matches \n in middle no REG_NEWLINE9542 ^ matches \n in middle no REG_NEWLINE9551 there is no way to make PCRE2 behave exactly as for the REG_NEWLINE9552 action. When using the POSIX API, passing REG_NEWLINE to PCRE2's reg-
868 multiline REG_NEWLINE