Searched defs:REG_MULTIREF (Results 1 - 2 of 2) 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 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;

Completed in 11 milliseconds