Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dregexec.c160 int eflags) in regexec() argument
174 eflags = GOODFLAGS(eflags); in regexec()
176 if (g->nstates <= (sopno) (CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in regexec()
177 return(smatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
179 return(lmatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
Dengine.c70 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&REG_TRACE) printf("=%s\n", (str)); }
140 int eflags) in matcher() argument
162 if (eflags&REG_STARTEND) { in matcher()
218 m->eflags = eflags; in matcher()
268 if (!g->backrefs && !(m->eflags&REG_BACKR)) { in matcher()
578 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
586 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
594 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
[all …]