Searched refs:REG_MULTIREF (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h67 #define REG_MULTIREF 0x00100000 /* multiple digit backrefs */ macro
/ast/src/cmd/re/
H A Dsed0.c293 reflags |= REG_MULTIREF;
H A Dtestregex.c224 T(" h REG_MULTIREF multiple digit backref\n");
372 #ifndef REG_MULTIREF
450 #ifndef REG_MULTIREF
451 #define REG_MULTIREF NOTEST macro
1623 cflags |= REG_MULTIREF;
/ast/src/lib/libast/regex/
H A Dregsubcomp.c265 if (isdigit(*s) && (p->env->flags & REG_MULTIREF))
H A Dregcomp.c786 if ((env->flags & REG_MULTIREF) && isdigit(*sp))

Completed in 51 milliseconds