Searched refs:REG_ECOUNT (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h124 #define REG_ECOUNT 15 /* re component count overflow */ macro
/ast/src/cmd/re/
H A Dtestregex.c499 #ifndef REG_ECOUNT
500 #define REG_ECOUNT (REG_UNKNOWN-3) macro
542 REG_ECOUNT, "ECOUNT",
/ast/src/lib/libast/regex/
H A Dregcomp.c2559 env->error = REG_ECOUNT;
3370 env.error = REG_ECOUNT;
3539 return fatal(p->env->disc, env.error ? env.error : REG_ECOUNT, NiL);

Completed in 32 milliseconds