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

/system/core/sh/
H A Dhistedit.c71 static FILE *el_in, *el_out; variable
113 if (el_out == NULL)
114 el_out = fdopen(2, "w");
115 if (el_in == NULL || el_out == NULL)
117 el_err = el_out;
130 el = el_init(shname, el_in, el_out, el_err);

Completed in 53 milliseconds