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