Home
last modified time | relevance | path

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

/external/libedit/src/
Del.c243 el->el_flags |= HANDLE_SIGNALS; in FUN()
245 el->el_flags &= ~HANDLE_SIGNALS; in FUN()
437 *va_arg(ap, int *) = (el->el_flags & HANDLE_SIGNALS); in FUN()
Del.h56 #define HANDLE_SIGNALS 0x01 macro
Dread.c455 if (el->el_flags & HANDLE_SIGNALS) in read_prepare()
478 if (el->el_flags & HANDLE_SIGNALS) in read_finish()