Searched refs:collabort (Results 1 – 1 of 1) sorted by relevance
64 static jmp_buf collabort; /* To end collection with error */ variable96 if (setjmp(collabort) || setjmp(colljmp)) { in collect()697 longjmp(collabort, 1); in collint()