Home
last modified time | relevance | path

Searched refs:REG_NEWLINE (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex27.c33 { "a.b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
35 { "a[^x]b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
Dtst-boost.c133 flags |= REG_NEWLINE; in main()
Dtst-rxspencer.c492 cflags |= REG_NEWLINE; in main()
DSPENCER.tests26 # n REG_NEWLINE
61 # anchoring and REG_NEWLINE
/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h69 #define REG_NEWLINE 0010 macro
Dengine.c514 (m->g->cflags&REG_NEWLINE)) ) in backref()
522 (m->g->cflags&REG_NEWLINE)) ) in backref()
530 (m->g->cflags&REG_NEWLINE)) || in backref()
541 (m->g->cflags&REG_NEWLINE)) || in backref()
702 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
707 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
784 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
789 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
Dregcomp.c354 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
509 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
685 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c151 if (regcomp(&parser->re_pid_header, _pid_header, REG_EXTENDED | REG_NEWLINE) || in CreateNdkCrashParser()
152 regcomp(&parser->re_sig_header, _sig_header, REG_EXTENDED | REG_NEWLINE) || in CreateNdkCrashParser()
153 regcomp(&parser->re_frame_header, _frame_header, REG_EXTENDED | REG_NEWLINE)) in CreateNdkCrashParser()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c96 if (new_regex->flags & REG_NEWLINE)
106 new_regex->pattern.newline_anchor = (new_regex->flags & REG_NEWLINE) != 0;
Dcompile.c633 flags |= REG_NEWLINE;
980 flags |= REG_NEWLINE;
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h347 #define REG_NEWLINE (1 << 2) macro
Dregcomp.c497 if (cflags & REG_NEWLINE)