Searched refs:REG_NOTEOL (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h111 #define REG_NOTEOL (REG_NOTBOL << 1) macro
114 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
H A Dtre-match-parallel.c124 int reg_noteol = eflags & REG_NOTEOL;
H A Dtre-match-backtrack.c215 int reg_noteol = eflags & REG_NOTEOL;
H A Dtre-match-approx.c221 int reg_noteol = eflags & REG_NOTEOL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregex.h247 #define REG_NOTEOL 0002 /* EOS is not EOL */ macro
H A Drege_dfa.c109 co = d->cnfa->eos[(v->eflags&REG_NOTEOL) ? 0 : 1];
219 co = d->cnfa->eos[(v->eflags&REG_NOTEOL) ? 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.
1154 If REG_NOTEOL is used, `$' won't match the zero length string. */
1157 test_exec("defabc", REG_NOTEOL, REG_NOMATCH);
1159 test_exec("defabcxyz", REG_NOTEOL, REG_NOMATCH);
1161 test_exec("defabc\n", REG_NOTEOL, REG_NOMATCH);
1166 test_exec("abc", REG_NOTEOL, REG_NOMATCH);
1167 test_exec("abc", REG_NOTBOL | REG_NOTEOL, REG_NOMATCH);
1189 test_exec("defabc", REG_NOTEOL, REG_NOMATCH);
1191 test_exec("defabcxyz", REG_NOTEOL, REG_NOMATCH);
1193 test_exec("defabc\n", REG_NOTEOL,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h290 #define REG_NOTEOL (1 << 1)
288 #define REG_NOTEOL macro
H A Dregex.c8115 string; if REG_NOTEOL is set, then $ does not match at the end.
8132 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h280 #define REG_NOTEOL (1 << 1)
278 #define REG_NOTEOL macro
H A Dregex.c5772 string; if REG_NOTEOL is set, then $ does not match at the end.
5793 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp377 pattern->not_eol = (eflags & REG_NOTEOL) != 0;
400 flagsRE |= REG_NOTEOL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c509 { "NOTEOL", REG_NOTEOL },

Completed in 205 milliseconds