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

/ast/src/lib/libast/include/
H A Dregex.h63 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
/ast/src/cmd/re/
H A Dtestregex.c222 T(" f REG_MULTIPLE multiple \\n separated patterns\n");
369 #ifndef REG_MULTIPLE
447 #ifndef REG_MULTIPLE
448 #define REG_MULTIPLE NOTEST macro
1617 cflags |= REG_MULTIPLE;

Completed in 16 milliseconds