Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-x86/asm/
Dptrace.h37 long eflags; member
65 unsigned long eflags; member
Dsigcontext.h75 unsigned long eflags; member
117 unsigned long eflags; member
Duser_32.h50 long eflags, esp; member
Duser32.h48 __u32 eflags, esp; member
Dvm86.h69 long eflags; member
Dprocessor_32.h160 unsigned long eflags; member
/bionic/libc/regex/
Dregexec.c140 regmatch_t pmatch[], int eflags) in regexec() argument
154 eflags = GOODFLAGS(eflags); in regexec()
156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in regexec()
157 return(smatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
159 return(lmatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
Dengine.c73 int eflags; member
116 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
129 int eflags) in matcher() argument
144 if (eflags&REG_STARTEND) { in matcher()
166 m->eflags = eflags; in matcher()
214 if (!g->backrefs && !(m->eflags&REG_BACKR)) { in matcher()
510 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
518 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
526 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
537 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
[all …]