Searched refs:not_bol (Results 1 – 5 of 5) sorted by relevance
335 unsigned not_bol : 1; member
739 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);
404 unsigned __REPB_PREFIX(not_bol) : 1;
749 preg->not_bol = preg->not_eol = 0; in re_compile_internal()
391 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()