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

  /src/include/
regex.h 116 #define REG_EBRACE 9
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 74 #define REG_EBRACE 9
regcomp.c 592 REQUIRE(MORE(), REG_EBRACE);
763 REQUIRE(MORE(), REG_EBRACE);
  /src/external/bsd/nvi/dist/regex/
regex.h 84 #define REG_EBRACE 9
regcomp.c 485 (void)REQUIRE(MORE(), REG_EBRACE);
676 (void)REQUIRE(MORE(), REG_EBRACE);
  /src/external/bsd/tre/dist/include/tre/
tre.h 90 REG_EBRACE, /* "\{\}" or "{}" imbalance */
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 307 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 314 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 311 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl3/binutils/dist/include/
xregex2.h 310 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 310 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl3/gcc/dist/include/
xregex2.h 310 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 310 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl3/gdb/dist/include/
xregex2.h 310 REG_EBRACE, /* Unmatched \{. */
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 310 REG_EBRACE, /* Unmatched \{. */
  /src/lib/libc/regex/
regcomp.c 671 (void)REQUIRE(MORE(), REG_EBRACE);
1066 (void)REQUIRE(MORE(), REG_EBRACE);
  /src/external/gpl2/xcvs/dist/lib/
regex.h 392 #define REG_EBRACE _REG_EBRACE

Completed in 44 milliseconds