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

/ast/src/lib/libast/include/
H A Dregex.h70 #define REG_CLASS_ESCAPE 0x80000000 /* \ escapes in [...] */ macro
/ast/src/cmd/re/
H A Dtestregex.c238 T(" v REG_CLASS_ESCAPE \\ special inside [...]\n");
339 #ifndef REG_CLASS_ESCAPE
423 #ifndef REG_CLASS_ESCAPE
424 #define REG_CLASS_ESCAPE NOTEST macro
1665 cflags |= REG_CLASS_ESCAPE;

Completed in 11 milliseconds