Searched refs:REG_ESCAPE (Results 1 – 5 of 5) sorted by relevance
234 if (flags & REG_ESCAPE) in decomp()248 if (flags & REG_ESCAPE) in decomp()
862 …if (env->type >= SRE && !(env->flags & REG_SHELL_ESCAPED) || (env->flags & REG_ESCAPE) && (c == '[… in magic()1204 …->terminator || *(env->cursor + 1) == env->terminator || (env->flags & REG_ESCAPE) && (*env->curso… in bra()1215 …f (!(c = *env->cursor) || c == env->terminator || c == env->delimiter && (env->flags & REG_ESCAPE)) in bra()1218 …& ((env->flags & REG_CLASS_ESCAPE) || *env->cursor == env->delimiter && (env->flags & REG_ESCAPE))) in bra()1387 …if (*env->cursor == env->terminator || *env->cursor == env->delimiter && (env->flags & REG_ESCAPE)) in bra()1482 …if ((c = *env->cursor) == 0 || c == env->terminator || (env->flags & REG_ESCAPE) && c == env->deli… in bra()1486 …& ((env->flags & REG_CLASS_ESCAPE) || *env->cursor == env->delimiter && (env->flags & REG_ESCAPE))) in bra()1685 …if (*env->cursor == env->terminator || *env->cursor == env->delimiter && (env->flags & REG_ESCAPE)) in bra()
61 #define REG_ESCAPE 0x00004000 /* \ escapes delimiter in [...] */ macro
349 #ifndef REG_ESCAPE430 #ifndef REG_ESCAPE431 #define REG_ESCAPE NOTEST macro1634 cflags |= REG_ESCAPE; in main()
1419 98-09-22 regcomp: add REG_DELIMITED and REG_ESCAPE delimited re support