Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dregex.h96 #define REG_NOTEOL 0x00400 /* string has no EOL */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h82 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c463 #define REG_NOTEOL NOTEST macro