Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff.h185 EXTERN jmp_buf diff_abort_buf; variable
186 #define DIFF_ABORT(retval) longjmp(diff_abort_buf, retval)
H A DChangeLog396 (diff_abort_buf): New variable.
399 Set up diff_abort_buf, so we can abort diff without
H A Ddiff.c255 val = setjmp (diff_abort_buf);