Home
last modified time | relevance | path

Searched refs:not_bol (Results 1 – 5 of 5) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.h335 unsigned not_bol : 1; member
H A Dregex.c739 printf ("not_bol: %d\t", bufp->not_bol);
1134 bufp->not_bol = bufp->not_eol = 0;
3846 if (!bufp->not_bol) break;
4820 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/haiku/headers/posix/
H A Dregex.h404 unsigned __REPB_PREFIX(not_bol) : 1;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c749 preg->not_bol = preg->not_eol = 0; in re_compile_internal()
H A Dregexec.c391 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()