Home
last modified time | relevance | path

Searched refs:REG_ENEWLINE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dregex.h108 #define REG_ENEWLINE 4 /* \n found before end of pattern */ macro
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregerror.c80 RERR(REG_ENEWLINE, "\n found before end of pattern"),
/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c414 case REG_ENEWLINE: in map_errnos()
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c489 #ifndef REG_ENEWLINE
490 #define REG_ENEWLINE (REG_UNKNOWN-1) macro
540 REG_ENEWLINE, "ENEWLINE",