Searched refs:BRE (Results 1 – 4 of 4) sorted by relevance
993 else if (c == '(' && env->type == BRE) in token()995 else if (c == ')' && env->type == BRE && env->parnest <= 0) in token()1006 …if (env->type == BRE && (*(env->cursor + 1) == 0 || *(env->cursor + 1) == env->delimiter || *(env-… in token()1011 if (env->type == BRE && (env->cursor == env->pattern || posixkludge == 1)) in token()1019 if (env->type != BRE && env->parnest <= 0) in token()2189 typ = BRE; in grp()2238 typ = BRE; in grp()3298 env.type = (env.flags & REG_AUGMENTED) ? ARE : (env.flags & REG_EXTENDED) ? ERE : BRE; in regcomp()3307 env.type = env.type == BRE ? SRE : KRE; in regcomp()
167 #define BRE 0 macro
409 type = BRE; in regdecomp()
217 09-12-11 regex/regcomp.c: fix BRE/ERE ^^ logic936 02-08-07 regex/regcomp.c: recognize anchors in BRE subexpressions1619 regex: fix REG_LENIENT to map BRE \[+?|] to ERE [+?|]