Home
last modified time | relevance | path

Searched refs:R_REGEX_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/util/regex/
H A Dengine.c528 (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()
H A Dregcomp.c202 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()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_regex.h26 #define R_REGEX_NEWLINE 0010 macro
/dports/devel/radare2/radare2-5.1.1/libr/magic/
H A Dsoftmagic.c1432 R_REGEX_EXTENDED|R_REGEX_NEWLINE| in magiccheck()