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

/ast/src/lib/libast/include/
H A Dregex.h65 #define REG_SPAN 0x00040000 /* . matches \n */ macro
/ast/src/cmd/re/
H A Dtestregex.c226 T(" j REG_SPAN . matches \\n\n");
405 #ifndef REG_SPAN
483 #ifndef REG_SPAN
484 #define REG_SPAN NOTEST macro
1629 cflags |= REG_SPAN;

Completed in 13 milliseconds