Searched refs:REG_NEWLINE (Results 1 – 25 of 29) sorted by relevance
12
465 (m->g->cflags®_NEWLINE)) )473 (m->g->cflags®_NEWLINE)) )481 (m->g->cflags®_NEWLINE)) ||492 (m->g->cflags®_NEWLINE)) ||658 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||663 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||747 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||752 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
28 #define REG_NEWLINE 0010 macro
299 if (p->g->cflags®_NEWLINE)461 if (p->g->cflags®_NEWLINE)634 if (p->g->cflags®_NEWLINE)
335 o |= REG_NEWLINE;
26 # n REG_NEWLINE61 # anchoring and REG_NEWLINE
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) ||
35 flags |= REG_NEWLINE; in Regex()
499 if (p->g->cflags®_NEWLINE) in p_ere_exp()681 if (p->g->cflags®_NEWLINE) in p_simp_re()857 if (p->g->cflags®_NEWLINE) in p_bracket()
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()
36 flags |= REG_NEWLINE; in Regex()
57 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
293 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp()
478 pub const REG_NEWLINE: ::c_int = 0o0010; constant
1289 pub const REG_NEWLINE: ::c_int = 8; constant