Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h169 int have_backrefs; member
Dregexec.c1011 if (tnfa->have_backrefs) in regexec()
Dregcomp.c2746 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()
2752 if (tnfa->have_backrefs || !(cflags & REG_NOSUB)) in regcomp()
/third_party/musl/src/regex/
Dtre.h168 int have_backrefs; member
Dregexec.c1011 if (tnfa->have_backrefs) in regexec()
Dregcomp.c2746 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()
2752 if (tnfa->have_backrefs || !(cflags & REG_NOSUB)) in regcomp()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h170 int have_backrefs; member
Dregexec.c1011 if (tnfa->have_backrefs) in regexec()
Dregcomp.c2747 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()
2753 if (tnfa->have_backrefs || !(cflags & REG_NOSUB)) in regcomp()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h169 int have_backrefs; member
Dregexec.c1011 if (tnfa->have_backrefs) in regexec()
Dregcomp.c2746 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()
2752 if (tnfa->have_backrefs || !(cflags & REG_NOSUB)) in regcomp()