Home | History | Annotate | Download | only in regex

Lines Matching defs:COMP

260 geterror(const char *s, int *comp, int *exec)
267 #define COMP 1
269 { "OK", 0, COMP|EXEC },
272 _DO(BADPAT, COMP)
273 _DO(ECOLLATE, COMP)
274 _DO(ECTYPE, COMP)
275 _DO(EESCAPE, COMP)
276 _DO(ESUBREG, COMP)
277 _DO(EBRACK, COMP)
278 _DO(EPAREN, COMP)
279 _DO(EBRACE, COMP)
280 _DO(BADBR, COMP)
281 _DO(ERANGE, COMP)
283 _DO(BADRPT, COMP)
284 _DO(EMPTY, COMP)
285 _DO(ASSERT, COMP)
286 _DO(INVARG, COMP)
288 _DO(ENOSYS, COMP)
291 _DO(ILLSEQ, COMP)
295 *comp = 0;
299 if (nv[i].ce & COMP)
300 *comp = nv[i].v;
489 int comp, exec;
491 geterror(matches, &comp, &exec);
495 comp = exec = 0;
520 ATF_REQUIRE_MSG(c == comp,