HomeSort by: relevance | last modified time | path
    Searched defs:REG_EPAREN (Results 1 - 18 of 18) sorted by relevancy

  /src/include/
regex.h 115 #define REG_EPAREN 8
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 73 #define REG_EPAREN 8
regcomp.c 452 REQUIRE(MORE(), REG_EPAREN);
465 MUSTEAT(')', REG_EPAREN);
476 SETERROR(REG_EPAREN);
706 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
710 SETERROR(REG_EPAREN);
  /src/external/bsd/nvi/dist/regex/
regex.h 83 #define REG_EPAREN 8
regcomp.c 372 (void)REQUIRE(MORE(), REG_EPAREN);
385 (void)MUSTEAT(')', REG_EPAREN);
396 SETERROR(REG_EPAREN);
603 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
607 SETERROR(REG_EPAREN);
  /src/external/bsd/tre/dist/include/tre/
tre.h 89 REG_EPAREN, /* "\(\)" or "()" imbalance */
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 306 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 313 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 310 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl3/binutils/dist/include/
xregex2.h 309 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 309 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl3/gcc/dist/include/
xregex2.h 309 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 309 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl3/gdb/dist/include/
xregex2.h 309 REG_EPAREN, /* Parenthesis imbalance. */
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 309 REG_EPAREN, /* Parenthesis imbalance. */
  /src/lib/libc/regex/
regcomp.c 467 (void)REQUIRE(MORE(), REG_EPAREN);
480 (void)MUSTEAT(')', REG_EPAREN);
491 SETERROR(REG_EPAREN);
989 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
992 SETERROR(REG_EPAREN);
  /src/external/gpl2/xcvs/dist/lib/
regex.h 389 #define REG_EPAREN _REG_EPAREN
  /src/external/gpl2/diffutils/dist/lib/
regex.c 1401 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
4236 FREE_STACK_RETURN (REG_EPAREN);
8208 unmatched close-group: both are REG_EPAREN. */
8209 if (ret == REG_ERPAREN) ret = REG_EPAREN;

Completed in 51 milliseconds