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

/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.c1139 * Test anchors and their behaviour with the REG_NEWLINE compilation
1176 /* If REG_NEWLINE is used, `^' matches the empty string immediately after
1178 Similarly, if REG_NEWLINE is used, `$' matches the empty string
1180 test_comp("^abc", REG_NEWLINE, 0);
1187 test_comp("abc$", REG_NEWLINE, 0);
1194 test_comp("^abc$", REG_NEWLINE, 0);
1248 test_comp("x$\n^y", REG_EXTENDED | REG_NEWLINE, 0);
1254 test_comp("^$", REG_NEWLINE, 0);
1259 /* REG_NEWLINE causes `.' not to match newlines. */
1262 test_comp(".*", REG_NEWLINE,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h273 #define REG_NEWLINE (REG_ICASE << 1)
277 #define REG_NOSUB (REG_NEWLINE << 1)
271 #define REG_NEWLINE macro
H A Dregex.c8001 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
8013 If REG_NEWLINE is set, then . and [^...] don't match newline.
8059 /* If REG_NEWLINE is set, newlines are treated differently. */
8060 if (cflags & REG_NEWLINE)
8061 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h263 #define REG_NEWLINE (REG_ICASE << 1)
267 #define REG_NOSUB (REG_NEWLINE << 1)
261 #define REG_NEWLINE macro
H A Dregex.c5660 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
5672 If REG_NEWLINE is set, then . and [^...] don't match newline.
5721 /* If REG_NEWLINE is set, newlines are treated differently. */
5722 if (cflags & REG_NEWLINE)
5723 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h100 #define REG_NEWLINE (REG_ICASE << 1) macro
101 #define REG_NOSUB (REG_NEWLINE << 1)
H A Dtre-match-parallel.c125 int reg_newline = tnfa->cflags & REG_NEWLINE;
H A Dtre-parse.c1230 new_cflags |= REG_NEWLINE;
1232 new_cflags &= ~REG_NEWLINE;
1538 if (ctx->cflags & REG_NEWLINE)
H A Dtre-match-backtrack.c216 int reg_newline = tnfa->cflags & REG_NEWLINE;
H A Dtre-match-approx.c222 int reg_newline = tnfa->cflags & REG_NEWLINE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregex.h222 #define REG_NEWLINE 000300 /* newlines are line terminators */ macro
H A Dregc_lex.c76 assert(!(v->cflags&(REG_ADVANCED|REG_EXPANDED|REG_NEWLINE)));
112 v->cflags &= ~(REG_ADVANCED|REG_EXPANDED|REG_NEWLINE);
152 v->cflags |= REG_NEWLINE;
163 v->cflags &= ~REG_NEWLINE;
185 v->cflags &= ~(REG_EXPANDED|REG_NEWLINE);
H A Dregcomp.c303 (flags&(REG_ADVANCED|REG_EXPANDED|REG_NEWLINE)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp294 flagsRE |= REG_NEWLINE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c504 { "NEWLINE", REG_NEWLINE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c754 errcode = tre_regcomp(&delim, delim_regexp, REG_EXTENDED | REG_NEWLINE);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c292 xregcomp(*regex, temp, G.regex_type|REG_NEWLINE);

Completed in 253 milliseconds