REG_NOTBOL        597 compat/regex/regex_internal.c       pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
REG_NOTBOL        230 compat/regex/regexec.c   if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
REG_NOTBOL        269 compat/regex/regexec.c 		  eflags & (REG_NOTBOL | REG_NOTEOL));
REG_NOTBOL        420 compat/regex/regexec.c   eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
REG_NOTBOL        709 compat/regex/regexec.c   mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
REG_NOTBOL         86 diffcore-pickaxe.c 			flags |= REG_NOTBOL;
REG_NOTBOL        343 grep.c         	if (eflags & REG_NOTBOL)
REG_NOTBOL        971 grep.c         			eflags |= REG_NOTBOL;
REG_NOTBOL       1157 grep.c         			eflags = REG_NOTBOL;