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

/illumos-gate/usr/src/lib/libast/common/include/
H A Dregex.h122 #define REG_ECOUNT 15 /* re component count overflow */ macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h104 #define REG_ECOUNT 15 /* re component count overflow */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dregex.h104 #define REG_ECOUNT 15 /* re component count overflow */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h104 #define REG_ECOUNT 15 /* re component count overflow */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h104 #define REG_ECOUNT 15 /* re component count overflow */ macro
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c2514 env->error = REG_ECOUNT;
3325 env.error = REG_ECOUNT;
3494 return fatal(p->env->disc, env.error ? env.error : REG_ECOUNT, NiL);

Completed in 318 milliseconds