Home
last modified time | relevance | path

Searched refs:collabort (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/mail/
H A Dcollect.c64 static jmp_buf collabort; /* To end collection with error */ variable
92 if (setjmp(collabort) || setjmp(colljmp)) { in collect()
690 longjmp(collabort, 1); in collint()