Searched defs:REG_EMPTY (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dregex.h84 #define REG_EMPTY 14 macro
/bionic/libc/regex/
H A Dregcomp.c262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
346 SETERROR(REG_EMPTY);
441 REQUIRE(MORE(), REG_EMPTY); local
481 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local

Completed in 57 milliseconds