Home
last modified time | relevance | path

Searched refs:REG_MULTIREF (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h67 #define REG_MULTIREF 0x00100000 /* multiple digit backrefs */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubcomp.c265 if (isdigit(*s) && (p->env->flags & REG_MULTIREF)) in regsubcomp()
H A Dregcomp.c786 if ((env->flags & REG_MULTIREF) && isdigit(*sp)) in magic()
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c372 #ifndef REG_MULTIREF
450 #ifndef REG_MULTIREF
451 #define REG_MULTIREF NOTEST macro
1627 cflags |= REG_MULTIREF; in main()