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

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex_impl.h87 #define REG_NOTEOL 00002 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h97 #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)) ) {
/freebsd-10-stable/include/
H A Dregex.h97 #define REG_NOTEOL 00002 macro
/freebsd-10-stable/contrib/binutils/include/
H A Dxregex2.h288 #define REG_NOTEOL (1 << 1)
286 #define REG_NOTEOL macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dxregex2.h288 #define REG_NOTEOL (1 << 1)
286 #define REG_NOTEOL macro
/freebsd-10-stable/contrib/gdb/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1)
283 #define REG_NOTEOL macro
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex.h302 #define REG_NOTEOL (1 << 1)
300 #define REG_NOTEOL macro
H A Dregexec.c216 string; if REG_NOTEOL is set, then $ does not match at the end.
232 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
271 eflags & (REG_NOTBOL | REG_NOTEOL));
431 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
H A Dregex_internal.c931 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
/freebsd-10-stable/lib/libc/regex/
H A Dregexec.c196 = #define REG_NOTEOL 00002
217 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c617 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
633 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
819 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
922 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/freebsd-10-stable/contrib/nvi/common/
H A Dsearch.c386 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c369 o |= REG_NOTEOL;
/freebsd-10-stable/lib/libc/regex/grot/
H A Dmain.c340 o |= REG_NOTEOL;
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_subst.c756 * match, do one. Set REG_NOTEOL so the '$' pattern
763 eflags |= REG_NOTEOL;
772 * the string match. Set REG_NOTEOL so the '$' pattern
778 eflags |= REG_NOTEOL;
/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c902 * the end and REG_NOTEOL is specified.
904 if (fg->eol && (eflags & REG_NOTEOL))
913 !(eflags & REG_NOTEOL))
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c8018 string; if REG_NOTEOL is set, then $ does not match at the end.
8035 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c8018 string; if REG_NOTEOL is set, then $ does not match at the end.
8035 private_preg.not_eol = !!(eflags & REG_NOTEOL);

Completed in 167 milliseconds