HomeSort by: relevance | last modified time | path
    Searched refs:REG_EMPTY (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
regex.h 121 #define REG_EMPTY 14
  /src/lib/libc/regex/
regerror.c 91 = #define REG_EMPTY 14
117 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
regcomp.c 506 SETERROR(REG_EMPTY);
694 (void)REQUIRE(MORE(), REG_EMPTY);
763 SETERROR(REG_EMPTY);
856 (void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY);

Completed in 15 milliseconds