Home | History | Annotate | Download | only in libtests

Lines Matching refs:CONTINUE

484 #define CONTINUE        0x080 /* Continue on APP_FAIL errors */
679 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE)))
1010 return 0; /* don't keep reporting failed rows on 'continue' */
1536 else if (strcmp(name, "--continue") == 0)
1537 d.options |= CONTINUE;
1540 d.options &= ~CONTINUE;