Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h68 #define REG_MUSTDELIM 0x08000000 /* all delimiters required */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubcomp.c164 if (p->env->flags & REG_MUSTDELIM) in regsubcomp()
H A Dregcomp.c3397 else if (env.flags & REG_MUSTDELIM) in regcomp()
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c375 #ifndef REG_MUSTDELIM
453 #ifndef REG_MUSTDELIM
454 #define REG_MUSTDELIM NOTEST macro
1663 cflags |= REG_MUSTDELIM; in main()