Searched refs:REG_NOSUB (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Drandtest.c63 flags < (REG_EXTENDED | REG_ICASE | REG_NEWLINE | REG_NOSUB);
H A Dretest.c289 if (!(cflags_global & REG_NOSUB) && reobj.re_nsub != i - 1
690 test_comp("foobar", REG_EXTENDED | REG_NOSUB, 0);
1541 /* Check that back references work with REG_NOSUB. */
1542 test_comp("(o)\\1", REG_EXTENDED | REG_NOSUB, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h101 #define REG_NOSUB (REG_NEWLINE << 1) macro
105 #define REG_LITERAL (REG_NOSUB << 1)
H A Dregexec.c63 if (match_eo >= 0 && !(cflags & REG_NOSUB))
H A Dtre-match-backtrack.c426 turn off REG_NOSUB temporarily. */
427 tre_fill_pmatch(bt + 1, pmatch, tnfa->cflags & /*LINTED*/!REG_NOSUB,
H A Dtre-compile.c1921 /* Set up tags for submatch addressing. If REG_NOSUB is set and the
1923 if (tnfa->have_backrefs || !(cflags & REG_NOSUB))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregex.h218 #define REG_NOSUB 000020 /* don't care about subexpressions */ macro
H A Dregc_lex.c571 if (v->cflags&REG_NOSUB)
H A Dregexec.c198 if (v->g->cflags&REG_NOSUB)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h277 #define REG_NOSUB (REG_NEWLINE << 1)
275 #define REG_NOSUB macro
H A Dregex.c8019 If REG_NOSUB is set, then when PREG is passed to regexec, that
8070 preg->no_sub = !!(cflags & REG_NOSUB);
8108 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h267 #define REG_NOSUB (REG_NEWLINE << 1)
265 #define REG_NOSUB macro
H A Dregex.c5678 If REG_NOSUB is set, then when PREG is passed to regexec, that
5732 preg->no_sub = !!(cflags & REG_NOSUB);
5765 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Drelocs.c65 REG_EXTENDED|REG_NOSUB);
72 REG_EXTENDED|REG_NOSUB);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c444 reflags = REG_NOSUB;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp292 flagsRE |= REG_NOSUB;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c505 { "NOSUB", REG_NOSUB },
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Drules.c296 regcomp(&preg, condition->value, REG_EXTENDED | REG_NOSUB);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dsymbol.c845 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_rsp.c908 ret = regcomp(&rsp_handlers[i].preg, rsp_handlers[i].regexp, REG_EXTENDED | REG_NOSUB);
H A Dhttpd_dacp.c1784 ret = regcomp(&dacp_handlers[i].preg, dacp_handlers[i].regexp, REG_EXTENDED | REG_NOSUB);
H A Dhttpd_daap.c2972 ret = regcomp(&daap_handlers[i].preg, daap_handlers[i].regexp, REG_EXTENDED | REG_NOSUB);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c1347 err = regcomp(&pattern, pattern_source, REG_ICASE|REG_NOSUB);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c1107 REG_EXTENDED|REG_NOSUB);

Completed in 341 milliseconds

12