Lines Matching refs:eflags
70 int eflags; member
90 static int matcher(struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
123 #define NOTE(str) { if (m->eflags®_TRACE) printf("=%s\n", (str)); }
140 int eflags) in matcher() argument
162 if (eflags®_STARTEND) { in matcher()
218 m->eflags = eflags; in matcher()
268 if (!g->backrefs && !(m->eflags®_BACKR)) { in matcher()
578 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()
586 if ( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref()
594 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()
605 if (( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref()
773 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in fast()
778 (c == OUT && !(m->eflags®_NOTEOL)) ) { in fast()
861 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in slow()
866 (c == OUT && !(m->eflags®_NOTEOL)) ) { in slow()
1056 if (!(m->eflags®_TRACE)) in print()
1085 if (!(m->eflags®_TRACE)) in at()