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

12

/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dregex.h98 #define REG_NOTEOL 00002 macro
H A Dregexec.c149 = #define REG_NOTEOL 00002
166 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c546 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
565 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
744 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
833 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/netbsd-6-1-5-RELEASE/include/
H A Dregex.h128 #define REG_NOTEOL 00002 macro
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre.h118 #define REG_NOTEOL (REG_NOTBOL << 1)
121 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
H A Dtre-match-parallel.c109 int reg_noteol = eflags & REG_NOTEOL;
H A Dtre-match-backtrack.c200 int reg_noteol = eflags & REG_NOTEOL;
H A Dtre-match-approx.c205 int reg_noteol = eflags & REG_NOTEOL;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dxregex2.h288 #define REG_NOTEOL (1 << 1)
286 #define REG_NOTEOL macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dxregex2.h288 #define REG_NOTEOL (1 << 1)
286 #define REG_NOTEOL macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dxregex2.h288 #define REG_NOTEOL (1 << 1)
286 #define REG_NOTEOL macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dxregex2.h288 #define REG_NOTEOL (1 << 1)
286 #define REG_NOTEOL macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dregex.h291 #define REG_NOTEOL (1 << 1)
289 #define REG_NOTEOL macro
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dregexec.c192 = #define REG_NOTEOL 00002
215 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c617 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
636 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
815 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
908 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/posix/
H A Dregex.h288 #define REG_NOTEOL (1 << 1)
286 #define REG_NOTEOL macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/posix/
H A Dregex.h284 #define REG_NOTEOL (1 << 1)
282 #define REG_NOTEOL macro
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dsearch.c374 ((size_t)match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex.h346 #define REG_NOTEOL (1 << 1)
344 #define REG_NOTEOL macro
H A Dregexec.c196 string; if REG_NOTEOL is set, then $ does not match at the end.
210 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
249 eflags & (REG_NOTBOL | REG_NOTEOL));
424 eflags |= (bufp->re_not_eol) ? REG_NOTEOL : 0;
H A Dregex_internal.c836 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/python/
H A Dtre-python.c509 { "NOTEOL", REG_NOTEOL },
/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Dmain.c369 o |= REG_NOTEOL;
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_subst.c761 * match, do one. Set REG_NOTEOL so the '$' pattern
768 eflags |= REG_NOTEOL;
777 * the string match. Set REG_NOTEOL so the '$' pattern
783 eflags |= REG_NOTEOL;

Completed in 376 milliseconds

12