Searched refs:REG_NEWLINE (Results 1 – 25 of 41) sorted by relevance
12
29 #define REG_NEWLINE 4 macro
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()
31 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()
21 C(REG_NEWLINE) in f()
57 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
308 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp()
47 if (regcomp(&thread_data_regex, thread_data_regex_s, REG_EXTENDED | REG_NEWLINE) != 0) { in find_thread_in_output()
141 options |= REG_NEWLINE; in uc_mgr_define_regex()
184 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_parallel()606 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_backtrack()
718 REG_NEWLINE
823 REG_NEWLINE
869 REG_NEWLINE