Home
last modified time | relevance | path

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

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