Searched refs:REG_ESPACE (Results 1 – 5 of 5) sorted by relevance
83 #define REG_ESPACE 12 macro
148 { REG_ESPACE, "REG_ESPACE", "out of memory" },
267 return(REG_ESPACE); in regcomp()273 return(REG_ESPACE); in regcomp()353 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_ere()354 p->error = REG_ESPACE; in p_ere()582 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_bre()583 p->error = REG_ESPACE; in p_bre()1148 p->error = REG_ESPACE; in repeat()1275 SETERROR(REG_ESPACE); in allocset()1425 SETERROR(REG_ESPACE); in mcadd()1769 SETERROR(REG_ESPACE); in enlarge()
167 return(REG_ESPACE); \
265 error = REG_ESPACE; in matcher()278 error = REG_ESPACE; in matcher()