Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c150 if (regcomp(&parser->re_pid_header, _pid_header, REG_EXTENDED | REG_NEWLINE) || in CreateNdkCrashParser()
151 regcomp(&parser->re_sig_header, _sig_header, REG_EXTENDED | REG_NEWLINE) || in CreateNdkCrashParser()
152 regcomp(&parser->re_frame_header, _frame_header, REG_EXTENDED | REG_NEWLINE)) in CreateNdkCrashParser()
/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()