Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Del.c224 el->el_flags |= HANDLE_SIGNALS; in FUN()
226 el->el_flags &= ~HANDLE_SIGNALS; in FUN()
417 *va_arg(ap, int *) = (el->el_flags & HANDLE_SIGNALS); in FUN()
H A Del.h55 #define HANDLE_SIGNALS 0x01 macro
H A Dread.c450 if (el->el_flags & HANDLE_SIGNALS) in read_prepare()
473 if (el->el_flags & HANDLE_SIGNALS) in read_finish()