Home
last modified time | relevance | path

Searched defs:REG_NEWLINE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dregex.h81 #define REG_NEWLINE 0x00008 /* Treat \n as regular character */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h49 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c457 #define REG_NEWLINE NOTEST macro