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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dregex.h28 #define REG_NEWLINE 4 macro
/fuchsia/zircon/system/utest/trace/
H A Dfixture.cpp284 if (regcomp(&squelch->regex, regex_str, REG_EXTENDED | REG_NEWLINE) != 0) {
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregexec.c162 int reg_newline = tnfa->cflags & REG_NEWLINE;
525 int reg_newline = tnfa->cflags & REG_NEWLINE;
H A Dregcomp.c818 if (ctx->cflags & REG_NEWLINE) {

Completed in 45 milliseconds