Searched refs:REG_NEWLINE (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | bug-regex27.c | 33 { "a.b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH }, 35 { "a[^x]b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
|
D | tst-boost.c | 133 flags |= REG_NEWLINE; in main()
|
D | tst-rxspencer.c | 492 cflags |= REG_NEWLINE; in main()
|
D | SPENCER.tests | 26 # n REG_NEWLINE 61 # anchoring and REG_NEWLINE
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regex.h | 69 #define REG_NEWLINE 0010 macro
|
D | engine.c | 514 (m->g->cflags®_NEWLINE)) ) in backref() 522 (m->g->cflags®_NEWLINE)) ) in backref() 530 (m->g->cflags®_NEWLINE)) || in backref() 541 (m->g->cflags®_NEWLINE)) || in backref() 702 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in fast() 707 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in fast() 784 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in slow() 789 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in slow()
|
D | regcomp.c | 354 if (p->g->cflags®_NEWLINE) in p_ere_exp() 509 if (p->g->cflags®_NEWLINE) in p_simp_re() 685 if (p->g->cflags®_NEWLINE) in p_bracket()
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 151 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/ |
D | regexp.c | 96 if (new_regex->flags & REG_NEWLINE) 106 new_regex->pattern.newline_anchor = (new_regex->flags & REG_NEWLINE) != 0;
|
D | compile.c | 633 flags |= REG_NEWLINE; 980 flags |= REG_NEWLINE;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.h | 347 #define REG_NEWLINE (1 << 2) macro
|
D | regcomp.c | 497 if (cflags & REG_NEWLINE)
|