Lines Matching defs:FAIL
153 #define FAIL(m) { regerror(m); return(NULL); }
219 FAIL("NULL argument");
236 FAIL("regexp too big");
241 FAIL("out of space");
318 FAIL("too many ()");
357 FAIL("unmatched ()");
360 FAIL("unmatched ()");
362 FAIL("junk on end"); /* "Can't happen". */
434 FAIL("*+ operand could be empty");
465 FAIL("nested *?+");
519 FAIL("invalid [] range");
529 FAIL("unmatched []");
544 FAIL("internal urp"); /* Supposed to be caught earlier. */
548 FAIL("?+* follows nothing");
552 FAIL("trailing \\");