Searched refs:REG_NOTBOL (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h110 #define REG_NOTBOL 1 macro
111 #define REG_NOTEOL (REG_NOTBOL << 1)
H A Dtre-match-parallel.c123 int reg_notbol = eflags & REG_NOTBOL;
H A Dtre-match-backtrack.c214 int reg_notbol = eflags & REG_NOTBOL;
H A Dtre-match-approx.c220 int reg_notbol = eflags & REG_NOTBOL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregex.h246 #define REG_NOTBOL 0001 /* BOS is not BOL */ macro
H A Drege_dfa.c63 co = d->cnfa->bos[(v->eflags&REG_NOTBOL) ? 0 : 1];
163 co = d->cnfa->bos[(v->eflags&REG_NOTBOL) ? 0 : 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c1140 * flag and the REG_NOTBOL, REG_NOTEOL execution flags.
1144 If REG_NOTBOL is used, `^' won't match the zero length string. */
1147 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH);
1149 test_exec("xyzabcdef", REG_NOTBOL, REG_NOMATCH);
1151 test_exec("\nabcdef", REG_NOTBOL, REG_NOMATCH);
1165 test_exec("abc", REG_NOTBOL, REG_NOMATCH);
1167 test_exec("abc", REG_NOTBOL | REG_NOTEOL, REG_NOMATCH);
1177 a newline, regardless of whether execution flags contain REG_NOTBOL.
1182 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH);
1184 test_exec("xyzabcdef", REG_NOTBOL, REG_NOMATC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h287 #define REG_NOTBOL 1
289 /* Like REG_NOTBOL, except for the end-of-line. */
285 #define REG_NOTBOL macro
H A Dregex.c8114 REG_NOTBOL is set, then ^ does not match at the beginning of the
8131 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h277 #define REG_NOTBOL 1
279 /* Like REG_NOTBOL, except for the end-of-line. */
275 #define REG_NOTBOL macro
H A Dregex.c5771 REG_NOTBOL is set, then ^ does not match at the beginning of the
5792 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp376 pattern->not_bol = (eflags & REG_NOTBOL) != 0;
398 flagsRE |= REG_NOTBOL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c508 { "NOTBOL", REG_NOTBOL },
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dless.c510 eflags = REG_NOTBOL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c1916 while (regexec(re, sp, 10, pmatch, sp==getvar_s(src) ? 0 : REG_NOTBOL) == 0) {

Completed in 278 milliseconds