Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dsdiff.c762 static bool volatile ignore_SIGINT; variable
772 if (! (s == SIGINT && ignore_SIGINT)) in catchsig()
1054 ignore_SIGINT = true; in edit()
1096 ignore_SIGINT = false; in edit()
/freebsd/contrib/diff/
H A DChangeLog2620 (ignore_SIGINT): Renamed from `ignore_signals'.