Searched refs:R_REGEX_NEWLINE (Results 1 – 4 of 4) sorted by relevance
528 (m->g->cflags&R_REGEX_NEWLINE)) ) in backref()536 (m->g->cflags&R_REGEX_NEWLINE)) ) in backref()544 (m->g->cflags&R_REGEX_NEWLINE)) || in backref()554 (m->g->cflags&R_REGEX_NEWLINE)) || in backref()721 if ( (lastc == '\n' && m->g->cflags&R_REGEX_NEWLINE) || in fast()726 if ( (c == '\n' && m->g->cflags&R_REGEX_NEWLINE) || in fast()809 if ( (lastc == '\n' && m->g->cflags&R_REGEX_NEWLINE) || in slow()814 if ( (c == '\n' && m->g->cflags&R_REGEX_NEWLINE) || in slow()
202 flags |= R_REGEX_NEWLINE; in r_regex_flags()459 if (p->g->cflags & R_REGEX_NEWLINE) { in p_ere_exp()626 if (p->g->cflags & R_REGEX_NEWLINE) { in p_simp_re()819 if (p->g->cflags & R_REGEX_NEWLINE) { in p_bracket()
26 #define R_REGEX_NEWLINE 0010 macro
1432 R_REGEX_EXTENDED|R_REGEX_NEWLINE| in magiccheck()