Searched refs:el (Results 1 - 4 of 4) sorted by relevance

/system/core/sh/
H A Dmyhistedit.h38 extern EditLine *el;
H A Dhistedit.c69 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 Dinput.c112 EditLine *el; /* cookie for editline package */ variable
191 if (parsefile->fd == 0 && el) {
196 rl_cp = el_gets(el, &el_len);
H A Dparser.c1629 if (!el)

Completed in 289 milliseconds