Home
last modified time | relevance | path

Searched refs:REG_EBRACK (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/head/
H A Dregex.h111 #define REG_EBRACK 7 /* [ ] imbalance */ macro
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregerror.c60 RERR(REG_EBRACK, "brackets ([ ]) not balanced"),
H A Dregcomp.c705 (void) MUSTEAT(']', REG_EBRACK); in p_bracket()
747 (void) REQUIRE(MORE(), REG_EBRACK); in p_b_term()
751 (void) REQUIRE(MORE(), REG_EBRACK); in p_b_term()
756 (void) REQUIRE(MORE(), REG_EBRACK); in p_b_term()
760 (void) REQUIRE(MORE(), REG_EBRACK); in p_b_term()
846 (void) REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
873 SETERROR(REG_EBRACK); in p_b_coll_elem()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dregexp.c82 case REG_EBRACK: in _re_comp()
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h114 #define REG_EBRACK 7 /* [...] imbalance */ macro
/titanic_41/usr/src/cmd/expr/
H A Dcompile.c428 case REG_EBRACK: in map_errnos()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h96 #define REG_EBRACK 7 /* [...] imbalance */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dregex.h96 #define REG_EBRACK 7 /* [...] imbalance */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h96 #define REG_EBRACK 7 /* [...] imbalance */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h96 #define REG_EBRACK 7 /* [...] imbalance */ macro
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregcomp.c1725 env->error = REG_EBRACK; in bra()