Searched refs:REG_ESPACE (Results 1 – 6 of 6) sorted by relevance
62 MACRO(REG_ESPACE); in regex_h()
83 #define REG_ESPACE 12 macro
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()584 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_bre()585 p->error = REG_ESPACE; in p_bre()1152 p->error = REG_ESPACE; in repeat()1279 SETERROR(REG_ESPACE); in allocset()1429 SETERROR(REG_ESPACE); in mcadd()1773 SETERROR(REG_ESPACE); in enlarge()
148 { REG_ESPACE, "REG_ESPACE", "out of memory" },
167 return(REG_ESPACE); \
265 error = REG_ESPACE; in matcher()278 error = REG_ESPACE; in matcher()