Searched refs:REG_NOTBOL (Results 1 – 10 of 10) sorted by relevance
95 #define REG_NOTBOL 00001 macro
146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
512 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()528 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()703 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in fast()785 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in slow()
136 eflags |= REG_NOTBOL; in main()
495 eflags |= REG_NOTBOL; in main()
27 # ^ REG_NOTBOL
262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
361 #define REG_NOTBOL 1 macro
239 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))278 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()445 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()742 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_search_internal()
594 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()