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

/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h284 #define REG_NOTEOL (1 << 1) macro
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h300 #define REG_NOTEOL (1 << 1)
298 #define REG_NOTEOL macro
/haiku-fatelf/headers/posix/
H A Dregex.h300 #define REG_NOTEOL (1 << 1)
298 #define REG_NOTEOL macro
/haiku-fatelf/headers/private/mail/
H A Dregex.h288 #define REG_NOTEOL (1 << 1) macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h368 #define REG_NOTEOL (1 << 1)
366 #define REG_NOTEOL macro
H A Dregexec.c225 string; if REG_NOTEOL is set, then $ does not match at the end.
243 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
282 eflags & (REG_NOTBOL | REG_NOTEOL));
456 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
H A Dregex_internal.c937 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h282 #define REG_NOTEOL (1 << 1)
280 #define REG_NOTEOL macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h364 #define REG_NOTEOL (1 << 1)
362 #define REG_NOTEOL macro
H A Dregexec.c220 string; if REG_NOTEOL is set, then $ does not match at the end.
238 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
277 eflags & (REG_NOTBOL | REG_NOTEOL));
445 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
H A Dregex_internal.c932 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
/haiku-fatelf/src/bin/gawk/
H A Dregex.h290 #define REG_NOTEOL (1 << 1)
288 #define REG_NOTEOL macro
H A Dregex_internal.c522 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
H A Dregexec.c207 string; if REG_NOTEOL is set, then $ does not match at the end.
383 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1)
283 #define REG_NOTEOL macro
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c217 string; if REG_NOTEOL is set, then $ does not match at the end.
233 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
272 eflags & (REG_NOTBOL | REG_NOTEOL));
435 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
H A Dregex_internal.c919 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c8246 string; if REG_NOTEOL is set, then $ does not match at the end.
8267 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c8127 string; if REG_NOTEOL is set, then $ does not match at the end.
8148 private_preg.not_eol = !!(eflags & REG_NOTEOL);

Completed in 318 milliseconds