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

/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h281 #define REG_NOTBOL 1 macro
283 /* Like REG_NOTBOL, except for the end-of-line. */
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h297 #define REG_NOTBOL 1
299 /* Like REG_NOTBOL, except for the end-of-line. */
295 #define REG_NOTBOL macro
/haiku-fatelf/headers/posix/
H A Dregex.h297 #define REG_NOTBOL 1
299 /* Like REG_NOTBOL, except for the end-of-line. */
295 #define REG_NOTBOL macro
/haiku-fatelf/headers/private/mail/
H A Dregex.h285 #define REG_NOTBOL 1 macro
287 /* Like REG_NOTBOL, except for the end-of-line. */
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h365 #define REG_NOTBOL 1
367 /* Like REG_NOTBOL, except for the end-of-line. */
363 #define REG_NOTBOL macro
H A Dregexec.c224 REG_NOTBOL is set, then ^ does not match at the beginning of the
243 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
282 eflags & (REG_NOTBOL | REG_NOTEOL));
455 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
754 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
H A Dregex_internal.c598 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h279 #define REG_NOTBOL 1
281 /* Like REG_NOTBOL, except for the end-of-line. */
277 #define REG_NOTBOL macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h361 #define REG_NOTBOL 1
363 /* Like REG_NOTBOL, except for the end-of-line. */
359 #define REG_NOTBOL macro
H A Dregexec.c219 REG_NOTBOL is set, then ^ does not match at the beginning of the
238 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
277 eflags & (REG_NOTBOL | REG_NOTEOL));
444 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
742 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
H A Dregex_internal.c593 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
/haiku-fatelf/src/bin/gawk/
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_internal.c398 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
H A Dregexec.c206 REG_NOTBOL is set, then ^ does not match at the beginning of the
382 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
642 input.tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h282 #define REG_NOTBOL 1
284 /* Like REG_NOTBOL, except for the end-of-line. */
280 #define REG_NOTBOL macro
/haiku-fatelf/src/bin/less/
H A Dsearch.c541 int flags = (notbol) ? REG_NOTBOL : 0;
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c216 REG_NOTBOL is set, then ^ does not match at the beginning of the
233 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
272 eflags & (REG_NOTBOL | REG_NOTEOL));
434 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
710 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
H A Dregex_internal.c580 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c8245 REG_NOTBOL is set, then ^ does not match at the beginning of the
8266 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c8126 REG_NOTBOL is set, then ^ does not match at the beginning of the
8147 private_preg.not_bol = !!(eflags & REG_NOTBOL);

Completed in 213 milliseconds