Searched refs:eflags (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/kernel/arch-x86/asm/ |
D | ptrace.h | 37 long eflags; member 65 unsigned long eflags; member
|
D | sigcontext.h | 75 unsigned long eflags; member 117 unsigned long eflags; member
|
D | user_32.h | 50 long eflags, esp; member
|
D | user32.h | 48 __u32 eflags, esp; member
|
D | vm86.h | 69 long eflags; member
|
D | processor_32.h | 160 unsigned long eflags; member
|
/bionic/libc/regex/ |
D | regexec.c | 140 regmatch_t pmatch[], int eflags) in regexec() argument 154 eflags = GOODFLAGS(eflags); in regexec() 156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags®_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()
|
D | engine.c | 73 int eflags; member 116 #define NOTE(str) { if (m->eflags®_TRACE) (void)printf("=%s\n", (str)); } 129 int eflags) in matcher() argument 144 if (eflags®_STARTEND) { in matcher() 166 m->eflags = eflags; in matcher() 214 if (!g->backrefs && !(m->eflags®_BACKR)) { in matcher() 510 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref() 518 if ( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref() 526 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref() 537 if (( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref() [all …]
|