#include <signal.h>#include "histedit.h"Go to the source code of this file.
Defines | |
| #define | ALLSIGS |
Typedefs | |
| typedef sig_t * | ElSignal_t |
Functions | |
| el_protected void | sig_end (EditLine_t *) |
| el_protected int | sig_init (EditLine_t *) |
| el_protected void | sig_set (EditLine_t *) |
| el_protected void | sig_clr (EditLine_t *) |
| #define ALLSIGS |
| typedef sig_t* ElSignal_t |
| el_protected void sig_clr | ( | EditLine_t * | ) |
| el_protected void sig_end | ( | EditLine_t * | ) |
| el_protected int sig_init | ( | EditLine_t * | ) |
| el_protected void sig_set | ( | EditLine_t * | ) |
Definition at line 178 of file sig.cxx.
References ALLSIGS, EditLine_t::fSignal, i, NULL, s, sel, SIG_BLOCK, sig_handler(), SIG_SETMASK, sighdl, and void.
Referenced by el_gets_newline().
1.5.1