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

/barrelfish-master/lib/pcre/
H A Dpcreposix.h84 REG_EMPTY, /* empty expression */ enumerator in enum:__anon1359
/barrelfish-master/include/
H A Dpcreposix.h84 REG_EMPTY, /* empty expression */ enumerator in enum:__anon260
H A Dregex.h88 #define REG_EMPTY 14 macro
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h49 #define REG_EMPTY 14 macro
H A Dregcomp.c205 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
388 REQUIRE(MORE(), REG_EMPTY); local
431 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/barrelfish-master/lib/libc/regex/
H A Dregcomp.c326 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
520 (void)REQUIRE(MORE(), REG_EMPTY); local
560 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local

Completed in 71 milliseconds