Searched defs:el (Results 1 - 2 of 2) sorted by relevance
/system/core/sh/ |
H A D | histedit.c | 69 EditLine *el; /* editline cookie */ variable 104 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */ 130 el = el_init(shname, el_in, el_out, el_err); 131 if (el != NULL) { 133 el_set(el, EL_HIST, history, hist); 134 el_set(el, EL_PROMPT, getprompt); 135 el_set(el, EL_SIGNAL, 1); 141 } else if (!editing && el) { 143 el_end(el); 144 el [all...] |
H A D | input.c | 112 EditLine *el; /* cookie for editline package */ variable 191 if (parsefile->fd == 0 && el) { 196 rl_cp = el_gets(el, &el_len);
|
Completed in 30 milliseconds