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

/haiku/src/build/libgnuregex/
H A Dregex.h240 #define REG_NOTBOL 1
242 /* Like REG_NOTBOL, except for the end-of-line. */
238 #define REG_NOTBOL macro
H A Dregex.c4819 REG_NOTBOL is set, then ^ does not match at the beginning of the
4840 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/haiku/headers/posix/
H A Dregex.h287 #define REG_NOTBOL 1
289 /* Like REG_NOTBOL, except for the end-of-line. */
286 #define REG_NOTBOL macro
/haiku/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

Completed in 72 milliseconds