Searched refs:REG_LARGE (Results 1 – 8 of 8) sorted by relevance
90 #define REG_LARGE 01000 /* force large representation */ macro
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) in llvm_regexec()
96 #define REG_LARGE 01000 /* force large representation */ macro
169 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) in regexec()
100 #define REG_LARGE 01000 /* force large representation */ macro
223 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags®_LARGE)) in regexec()
381 o |= REG_LARGE; in options()
346 o |= REG_LARGE; in options()