OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EL_SIGNAL
(Results
1 - 7
of
7
) sorted by null
/external/libedit/src/
histedit.h
137
#define
EL_SIGNAL
3 /* , int); set/get */
168
* Must be called when the terminal changes size; If
EL_SIGNAL
eln.c
137
case
EL_SIGNAL
: /* int */
298
case
EL_SIGNAL
: /* int * */
el.c
241
case
EL_SIGNAL
:
436
case
EL_SIGNAL
:
readline.c
335
el_set(e,
EL_SIGNAL
, rl_catch_signals);
[
all
...]
/prebuilts/libs/libedit/include/
histedit.h
137
#define
EL_SIGNAL
3 /* , int); set/get */
168
* Must be called when the terminal changes size; If
EL_SIGNAL
/external/libedit/examples/
tc1.c
156
el_set(el,
EL_SIGNAL
, 1); /* Handle signals gracefully */
wtc1.c
136
el_wset(el,
EL_SIGNAL
, 1); /* Handle signals gracefully */
Completed in 193 milliseconds