Searched defs:REG_DELIMITED (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h69 #define REG_DELIMITED 0x10000000 /* pattern[0] is delimiter */ macro
/ast/src/cmd/re/
H A Dtestregex.c66 #ifndef REG_DELIMITED
233 T(" q REG_DELIMITED delimited pattern\n");
345 #ifndef REG_DELIMITED
429 #ifndef REG_DELIMITED
430 #define REG_DELIMITED NOTEST macro
1650 cflags |= REG_DELIMITED;
1836 cflags |= REG_DELIMITED;

Completed in 16 milliseconds