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

/ast/src/lib/libast/include/
H A Dregex.h66 #define REG_COMMENT 0x00080000 /* ignore pattern space & #...\n*/ macro
/ast/src/cmd/re/
H A Dtestregex.c219 T(" c REG_COMMENT ignore space and #...\\n\n");
342 #ifndef REG_COMMENT
426 #ifndef REG_COMMENT
427 #define REG_COMMENT NOTEST macro
1608 cflags |= REG_COMMENT;

Completed in 23 milliseconds