Home | History | Annotate | Download | only in util

Lines Matching full:abort

12  ** Special thanks to Lars Mathiesen <thorinn@diku.dk> for the ABORT code.
18 ** the ABORT code, it takes 22310 calls to fail. Ugh. The following
22 ** '\0'.) The last return has ABORT instead of FALSE to avoid quadratic
24 ** FALSE, each star-loop has to run to the end of the text; with ABORT
28 ** instance will return either TRUE or ABORT, and any calling instance
33 ** loss of clarity (and the ABORT stuff seems to be unclear enough by
44 #define ABORT -1
56 ** Match text and p, return TRUE, FALSE, or ABORT.
67 return ABORT;
90 return ABORT;
120 ** Match text and p, return TRUE, FALSE, or ABORT.
131 return ABORT;
154 return ABORT;