Searched refs:REG_BADRPT (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dregex.h87 #define REG_BADRPT 13 macro
H A Dpcreposix.h78 REG_BADRPT, /* ? * + invalid */ enumerator in enum:__anon260
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h48 #define REG_BADRPT 13 macro
H A Dregerror.c26 = #define REG_BADRPT 13
51 REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid",
H A Dregcomp.c296 SETERROR(REG_BADRPT);
313 REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT);
329 REQUIRE(!wascaret, REG_BADRPT);
377 SETERROR(REG_BADRPT);
470 SETERROR(REG_BADRPT);
516 REQUIRE(starordinary, REG_BADRPT);
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h78 REG_BADRPT, /* ? * + invalid */ enumerator in enum:__anon1359
H A Dpcreposix.c83 REG_BADRPT, /* nothing to repeat */
85 REG_BADRPT, /* operand of unlimited repeat could match the empty string */
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregerror.c76 = #define REG_BADRPT 13
101 {REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid"},
H A Dregcomp.c417 SETERROR(REG_BADRPT);
444 (void)REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
462 (void)REQUIRE(!wascaret, REG_BADRPT);
510 SETERROR(REG_BADRPT);
605 SETERROR(REG_BADRPT);
651 (void)REQUIRE(starordinary, REG_BADRPT);

Completed in 56 milliseconds