Searched refs:REG_EMPTY (Results 1 – 4 of 4) sorted by relevance
79 #define REG_EMPTY 14 macro
72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()363 SETERROR(REG_EMPTY); in p_ere_exp()485 REQUIRE(MORE(), REG_EMPTY); in p_str()525 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
84 REG_EMPTY, /* empty expression */ enumerator