Searched refs:REG_EMPTY (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dregex.h84 #define REG_EMPTY 14 macro
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregerror.c126 = #define REG_EMPTY 14
150 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
H A Dregcomp.c364 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
453 SETERROR(REG_EMPTY);
553 REQUIRE(MORE(), REG_EMPTY); local
606 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local

Completed in 304 milliseconds