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

/barrelfish-2018-10-04/include/
H A Dregex.h88 #define REG_EMPTY 14 macro
H A Dpcreposix.h84 REG_EMPTY, /* empty expression */ enumerator in enum:__anon260
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h49 #define REG_EMPTY 14 macro
H A Dregerror.c27 = #define REG_EMPTY 14
52 REG_EMPTY, "REG_EMPTY", "empty (sub)expression",
H A Dregcomp.c205 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
291 SETERROR(REG_EMPTY);
388 REQUIRE(MORE(), REG_EMPTY); local
431 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h84 REG_EMPTY, /* empty expression */ enumerator in enum:__anon1359
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregerror.c77 = #define REG_EMPTY 14
102 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
H A Dregcomp.c326 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
412 SETERROR(REG_EMPTY);
520 (void)REQUIRE(MORE(), REG_EMPTY); local
560 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local

Completed in 61 milliseconds