Lines Matching refs:FAIL
146 #define FAIL(m) { regerror(m); return(NULL); }
219 FAIL("NULL argument");
232 FAIL("regexp too big");
237 FAIL("out of space");
312 FAIL("too many ()");
351 FAIL("unmatched ()");
354 FAIL("unmatched ()");
356 FAIL("junk on end"); /* "Can't happen". */
425 FAIL("*+ operand could be empty");
456 FAIL("nested *?+");
508 FAIL("invalid [] range");
518 FAIL("unmatched []");
532 FAIL("internal urp"); /* Supposed to be caught earlier. */
538 FAIL("?+* follows nothing");
543 FAIL("trailing \\");
556 FAIL("internal disaster");