Searched defs:REG_EPAREN (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Dregex.h112 #define REG_EPAREN 8 /* ( ) imbalance */ macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c339 (void) REQUIRE(MORE(), REG_EPAREN); local
352 (void) MUSTEAT(')', REG_EPAREN);
363 SETERROR(REG_EPAREN);
583 (void) REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
587 SETERROR(REG_EPAREN);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h97 #define REG_EPAREN 8 /* \(...\) or (...) imbalance */ macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dregex.h115 #define REG_EPAREN 8 /* \(...\) or (...) imbalance */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dregex.h97 #define REG_EPAREN 8 /* \(...\) or (...) imbalance */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h97 #define REG_EPAREN 8 /* \(...\) or (...) imbalance */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h97 #define REG_EPAREN 8 /* \(...\) or (...) imbalance */ macro

Completed in 124 milliseconds